Required. The resource name of the reseller account. Format: accounts/{account_id}.
pageSize
integer
Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 Products. 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.
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 products.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 products that a reseller is authorized to sell, using a GET request to \u003ccode\u003ehttps://cloudchannel.googleapis.com/v1alpha1/products\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the reseller account resource name in the \u003ccode\u003eaccount\u003c/code\u003e query parameter and can optionally include \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003elanguageCode\u003c/code\u003e for pagination and localization.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for listing products must be empty, whereas the successful response will return a JSON structure with a list of product objects and a token for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe maximum page size is 1000, and if no page size is provided, it will default to 100 products being returned.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to access this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: products.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListProductsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the Products 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/products`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for products.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)."]]