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 API endpoint lists the SKUs (Stock Keeping Units) for a specified product that a reseller is authorized to sell, using the \u003ccode\u003eproducts/{productId}\u003c/code\u003e format in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a reseller account ID and can optionally include parameters for page size, page token, and language code to customize the results and their localization.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, as all necessary information is provided in the URL and query parameters.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of SKUs and, if applicable, a token for retrieving the next page of results.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope.\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/v1alpha1/{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)."]]