Sign in

Retrieve inventory count

documented

Retrieves current stock count for a catalog object at given locations.

GET /v2/inventory/{catalog_object_id}Inventoryno 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/inventory/{{$catalog_object_id}}?location_ids={{$location_ids}}&cursor={{$cursor}}" \
  -X GET \
  -H "Square-Version: 2026-01-22" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"