Get product counts
documentedGet product counts for a catalogs product group.
GET /catalogs/product_groups/{product_group_id}/product_countsCatalogsno 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/{{$product_group_id}}/product_counts?ad_account_id={{$ad_account_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"