Required. The resource name of the account's ChannelPartnerLink. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channelPartnerId}. Supports accounts/{account_id}/channelPartnerLinks/- to retrieve configs for all channel partners.
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.
Optional. A filter for [CloudChannelService.ListChannelPartnerRepricingConfigs] results (channelPartnerLink only). You can use this filter when you support a BatchGet-like query. To use the filter, you must set parent=accounts/{account_id}/channelPartnerLinks/-.
Example: channelPartnerLink =
accounts/account_id/channelPartnerLinks/c1 OR channelPartnerLink =
accounts/account_id/channelPartnerLinks/c2.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis endpoint allows a Reseller to retrieve a list of \u003ccode\u003eChannelPartnerRepricingConfig\u003c/code\u003e resources, which define how a Reseller modifies their bill before sending it to a Channel Partner.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure, including a \u003ccode\u003eparent\u003c/code\u003e path parameter to identify the account and Channel Partner Link.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters such as \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e can be used to refine the list, allowing for pagination and specific filtering of the results.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return a list of \u003ccode\u003eChannelPartnerRepricingConfig\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, while unsuccessful requests may return errors like \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, \u003ccode\u003eNOT_FOUND\u003c/code\u003e, or \u003ccode\u003eINTERNAL\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.channelPartnerLinks.channelPartnerRepricingConfigs.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListChannelPartnerRepricingConfigsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists information about how a Reseller modifies their bill before sending it to a ChannelPartner.\n\nPossible Error Codes:\n\n- PERMISSION_DENIED: If the account making the request and the account being queried are different.\n- NOT_FOUND: The [ChannelPartnerRepricingConfig](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks.channelPartnerRepricingConfigs#ChannelPartnerRepricingConfig) specified does not exist or is not associated with the given account.\n- INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support.\n\nReturn Value: If successful, the [ChannelPartnerRepricingConfig](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks.channelPartnerRepricingConfigs#ChannelPartnerRepricingConfig) resources. The data for each resource is displayed in the ascending order of:\n\n- Channel Partner ID\n- [RepricingConfig.effective_invoice_month](/channel/docs/reference/rest/v1/RepricingConfig#FIELDS.effective_invoice_month)\n- [ChannelPartnerRepricingConfig.update_time](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks.channelPartnerRepricingConfigs#ChannelPartnerRepricingConfig.FIELDS.update_time)\n\nIf unsuccessful, returns an error.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*/channelPartnerLinks/*}/channelPartnerRepricingConfigs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for [CloudChannelService.ListChannelPartnerRepricingConfigs](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks.channelPartnerRepricingConfigs/list#google.cloud.channel.v1.CloudChannelService.ListChannelPartnerRepricingConfigs).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]