Required. The resource name of the customer. Parent uses the format: accounts/{account_id}/customers/{customer_id}. Supports accounts/{account_id}/customers/- to retrieve configs for all customers.
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.ListCustomerRepricingConfigs] results (customer only). You can use this filter when you support a BatchGet-like query. To use the filter, you must set parent=accounts/{account_id}/customers/-.
Example: customer = accounts/account_id/customers/c1 OR customer = accounts/account_id/customers/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 API allows a Reseller to list and manage how they modify their bill before it's sent to a Customer.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses \u003ccode\u003eGET\u003c/code\u003e method with a URL structure that includes path parameters to specify the account and customer, and supports retrieving configurations for all customers within an account.\u003c/p\u003e\n"],["\u003cp\u003eQuery parameters allow filtering results by \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003ecustomer\u003c/code\u003e to refine the list of repricing configurations returned.\u003c/p\u003e\n"],["\u003cp\u003eThe API response includes a list of \u003ccode\u003eCustomerRepricingConfig\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for paginated results.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful API calls return \u003ccode\u003eCustomerRepricingConfig\u003c/code\u003e resources sorted by Customer ID, entitlement granularity, effective invoice month, and update time, while unsuccessful calls return an error, such as \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, \u003ccode\u003eNOT_FOUND\u003c/code\u003e, or \u003ccode\u003eINTERNAL\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.customers.customerRepricingConfigs.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.ListCustomerRepricingConfigsResponse.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 Customer.\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 [CustomerRepricingConfig](/channel/docs/reference/rest/v1/accounts.customers.customerRepricingConfigs#CustomerRepricingConfig) 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 [CustomerRepricingConfig](/channel/docs/reference/rest/v1/accounts.customers.customerRepricingConfigs#CustomerRepricingConfig) resources. The data for each resource is displayed in the ascending order of:\n\n- Customer ID\n- [RepricingConfig.EntitlementGranularity.entitlement](/channel/docs/reference/rest/v1/RepricingConfig#EntitlementGranularity.FIELDS.entitlement)\n- [RepricingConfig.effective_invoice_month](/channel/docs/reference/rest/v1/RepricingConfig#FIELDS.effective_invoice_month)\n- [CustomerRepricingConfig.update_time](/channel/docs/reference/rest/v1/accounts.customers.customerRepricingConfigs#CustomerRepricingConfig.FIELDS.update_time)\n\nIf unsuccessful, returns an error.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*/customers/*}/customerRepricingConfigs`\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.ListCustomerRepricingConfigs](/channel/docs/reference/rest/v1/accounts.customers.customerRepricingConfigs/list#google.cloud.channel.v1.CloudChannelService.ListCustomerRepricingConfigs).\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)."]]