> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Product Details

> Gets full details for a single Meta catalog product by retailer id (SKU) or Meta product id, including review status and rejection reasons

Gets full details for a single Meta catalog product by retailer id (SKU) or Meta product id, including review status and rejection reasons. Use this to debug why a product is rejected or not showing in ads. Use meta\_ads\_list\_products first to find retailer ids.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Meta Ads                       |
| **Operation ID**     | `meta_ads_get_product_details` |
| **Type**             | Action                         |
| **Connection**       | `meta_ads` (required)          |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| 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.      |

### SelectItem

| 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. |

## Output

**Type**: `Dict`

Returns the full product record including review status and rejection reasons.

**Fields**: dynamic (depend on the inputs)
