Sign in

Get catalog product counts

documented

Get counts for products in a catalogs product group.

GET /catalogs/product_groups/{product_group_id}/product_countsCatalogsno implementation yet0 runs
No 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/{{$product_group_id}}/product_counts?ad_account_id={{$ad_account_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get catalog product counts · Pinterest · OpenIntegrations