meta_ads_products_get
Retrieve the full detail record for a Meta catalog product, including review status. Use this to diagnose stalled DPA delivery by checking if the product is rejected and excluded from ads.
Instructions
Fetches the full detail record for a single catalog product. Returns id, retailer_id, name, description, availability, condition, price, currency, url, image_url, brand, category, review_status (APPROVED / REJECTED / PENDING), and rejection_reasons when applicable. Read-only. Call this when DPA delivery stalls for a specific product to check review_status — rejected products are excluded from ads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| product_id | Yes | Meta-assigned product_id as returned by meta_ads_products_list (not the retailer_id). |