Create catalogs product group
documentedCreate a catalogs product group to use in Catalogs.
POST /catalogs/product_groupsCatalogsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pinterest.com/v5/catalogs/product_groups?ad_account_id={{$ad_account_id}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name":"{{$name}}","description":"{{$description}}","filters":{"any_of":[{"MIN_PRICE":{"inclusion":true,"values":{{$min_price}},"negated":false}}]},"feed_id":"{{$feed_id}}"}'