Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{productId}. Supports products/- to retrieve SKUs for all products.
Query parameters
Parameters
account
string
Required. Resource name of the reseller. Format: accounts/{account_id}.
pageSize
integer
Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. The maximum value is 1000; the server will coerce values above 1000.
pageToken
string
Optional. A token for a page of results other than the first page. Optional.
languageCode
string
Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
Request body
The request body must be empty.
Response body
Response message for skus.list.
If successful, the response body contains data with the following structure:
[[["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 lists the SKUs (Stock Keeping Units) for a specific product that a reseller is authorized to sell, or all products if requested.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using a \u003ccode\u003eGET\u003c/code\u003e HTTP method with the product ID specified in the URL path and the reseller's account ID in the query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003elanguageCode\u003c/code\u003e parameters can be used to control the size of the result, request a specific page of data, and determine the language of the response, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe request body is expected to be empty, and the response body contains a list of \u003ccode\u003eskus\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e if there are additional results to be fetched.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: products.skus.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.ListSkusResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the SKUs for a product the reseller is authorized to sell.\n\nPossible error codes:\n\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{parent=products/*}/skus`\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 skus.list.\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)."]]