Sign in

Get catalogs items batch

documented

Fetch items in batch for catalogs.

POST /catalogs/items/batchCatalogsno 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/items/batch?ad_account_id={{ad_account_id}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"catalog_id":"{{$catalog_id}}","country":"{{$country}}","locale":"{{$locale}}","items":[{"id":"{{$id}}","title":"{{$title}}","description":"{{$description}}","link":"{{$link}}","image_link":"{{$image_link}}","price":"{{$price}}","availability":"{{$availability}}","item_group_id":"{{$item_group_id}}","brand":"{{$brand}}","gtin":"{{$gtin}}"}]}'