Aggregated product issues
list_product_issuesView a summary of product issues per reporting context and country, including counts for active, pending, disapproved, and expiring products, plus detailed item-level issues.
Instructions
Lists aggregate product statuses per reporting context and country (issueresolution sub-API): stats {active, pending, disapproved, expiring counts} plus itemLevelIssues[] with how many products each issue affects — the fastest way to see what is wrong with a feed at a glance. Works only for sub-accounts and standalone accounts, NOT for advanced (parent) accounts. The filter supports only reporting_context and country, e.g. reporting_context = "SHOPPING_ADS" AND country = "US". For a single product's issues use get_product (productStatus.itemLevelIssues).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter on reporting_context and/or country only, e.g. reporting_context = "SHOPPING_ADS" AND country = "US". | |
| 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..1000; API default 25). | |
| page_token | No | nextPageToken from the previous response. All other parameters must be identical to the previous call. |