Create multiple catalogs product groups
documentedBatch-create multiple catalogs product groups.
POST /catalogs/product_groups/multiCatalogsno 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/multip le?ad_account_id={{PINTEREST_AD_ACCOUNT_ID}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '[{"name":"{{$name1}}","filters":"{{$filters1}}","country":"{{$country1}}","locale":"{{$locale1}}"},{"name":"{{$name2}}","filters":"{{$filters2}}","country":"{{$country2}}","locale":"{{$locale2}}"}]'