Inputs
SelectItem
Output
Type:Dict
Returns the full product record including review status and rejection reasons.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets full details for a single Meta catalog product by retailer id (SKU) or Meta product id, including review status and rejection reasons
| App | Meta Ads |
| Operation ID | meta_ads_get_product_details |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
catalog_id | string or SelectItem | Yes | - | Meta catalog ID. Use Meta Ads List Catalogs first to find this value. |
retailer_id | string | No | - | The product retailer ID (SKU) to look up. Provide this or product_id. Use meta_ads_list_products to find retailer ids. |
product_id | string | No | - | The Meta product ID (numeric Graph ID) to look up. Provide this or retailer_id. When both are set, product_id wins. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns the full product record including review status and rejection reasons.
Fields: dynamic (depend on the inputs)