Required. The resource name of the reseller account from which to list Offers. Parent uses the format: accounts/{account_id}.
Query parameters
Parameters
pageSize
integer
Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 500 Offers. 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.
filter
string
Optional. The expression to filter results by name (name of the Offer), sku.name (name of the SKU), or sku.product.name (name of the Product). Example 1: sku.product.name=products/p1 AND sku.name!=products/p1/skus/s1 Example 2: name=accounts/a1/offers/o1
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".
dealCode
string
Optional. A string to filter for only these specific deal codes
showFutureOffers
boolean
Optional. A boolean flag that determines if a response returns future offers 30 days from now. If the showFutureOffers is true, the response will only contain offers that are scheduled to be available 30 days from now.
Request body
The request body must be empty.
Response body
Response message for offers.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 webpage details how to list sellable Offers for a reseller account using the Cloud Channel API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eGET\u003c/code\u003e method directed to a specific URL pattern containing the reseller's account identifier within it.\u003c/p\u003e\n"],["\u003cp\u003eRequests can be customized using optional query parameters, including \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003elanguageCode\u003c/code\u003e, \u003ccode\u003edealCode\u003c/code\u003e, and \u003ccode\u003eshowFutureOffers\u003c/code\u003e, which can alter the output of the API query.\u003c/p\u003e\n"],["\u003cp\u003eThe API response body, if successful, will contain a list of Offers and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, with the \u003ccode\u003eoffers\u003c/code\u003e themselves being represented by an object.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this API endpoint requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.offers.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.ListOffersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the Offers the reseller can 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=accounts/*}/offers`\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 offers.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)."]]