Inputs
SelectItem
Output
Type:Dict
Returns product_set_id, product_set_name, updated_fields, and the final payload.
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.
Updates a Meta product set’s name, raw Meta filter, or both
| App | Meta Ads |
| Operation ID | meta_ads_update_product_set |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
catalog_id | string or SelectItem | No | - | Optional Meta catalog ID, only used to locate the product set. |
product_set_id | string or SelectItem | Yes | - | The Meta product set ID to update. Use Meta Ads List Product Sets first to find this value. |
name | string | No | - | New name for the product set. Leave empty to keep the current name. |
filter | object or string | No | - | New raw Meta product set filter as an object, sent to Meta as-is and replacing the current filter. Uses Meta filter syntax with operators like is_any, contains, i_contains, eq, neq, and and/or groups over catalog fields such as retailer_id, brand, category, availability, condition, or custom_label_0 to custom_label_4. Leave empty to keep the current filter. |
| 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 product_set_id, product_set_name, updated_fields, and the final payload.
Fields: dynamic (depend on the inputs)