Sign in

Search catalog items

documented

Searches catalog items and item variations.

POST /v2/catalog/search-catalog-itemsCommerceno 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://connect.squareup.com/v2/catalog/search-catalog-items" \
  -X POST \
  -H "Square-Version: 2026-01-22" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"text_filter": "{{$text_filter}}", "category_ids": ["{{$category_id1}}", "{{$category_id2}}"], "enabled_location_ids": ["{{$location_id1}}"], "product_types": ["{{$product_type1}}"], "limit": {{$limit}}, "cursor": "{{$cursor}}", "sort_order": "{{$sort_order}}", "archived_state": "{{$archived_state}}", "custom_attribute_filters": [{"custom_attribute_definition_token": "{{$custom_attr_token}}"}]}"}