Get a processed product
get_productRetrieve a product's processing status and item-level issues to identify why it is disapproved, including code, severity, resolution, and description for each issue.
Instructions
Returns one processed product including productStatus.itemLevelIssues (code, severity, resolution, description) — the place to see why a product is disapproved. Identify the product either with product ("contentLanguagefeedLabelofferId", e.g. "enUSsku123", or the base64url base64EncodedName; legacy local products use a local~ prefix) or with the three components content_language + feed_label + offer_id. A product inserted moments ago may 404 until async processing finishes (minutes).
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. | |
| product | No | Product ID: "contentLanguage~feedLabel~offerId" (e.g. "en~US~sku123") or the base64url base64EncodedName. Omit when passing the three components separately. | |
| offer_id | No | The merchant's offer ID (SKU). Used with content_language + feed_label. | |
| feed_label | No | Feed label, e.g. "US". Used with content_language + offer_id. | |
| content_language | No | Two-letter ISO 639-1 content language, e.g. "en". Used with feed_label + offer_id. |