List promotions
list_promotionsRetrieve a paginated list of promotions from a Google Merchant Center account, including attributes, redemption channels, and status details.
Instructions
Lists the promotions of an account: promotions[] (name, promotionId, contentLanguage, targetCountry, redemptionChannel, attributes, promotionStatus with destination statuses and itemLevelIssues) and nextPageToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default. | |
| page_size | No | Max results per page (1..250; API default 50). | |
| page_token | No | nextPageToken from the previous response. All other parameters must be identical to the previous call. |