create_product_set
Create a product set with filter rules for DPA targeting. Provide catalog ID, name, and JSON filter to define which products to include.
Instructions
Create a product set with filter rules for DPA targeting.
Args: catalog_id: Product catalog ID. name: Product set name. filter_json: JSON string of filter rules. Example: '{"product_type":{"i_contains":"shoes"}}'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | ||
| name | Yes | ||
| filter_json | Yes |