List orders
GET/api/square/orders
Paginated list of Square orders across all instances.
Filters: filter[integration_instance_id], filter[state] (OPEN/COMPLETED/CANCELED), filter[channel_source] (pos/online/marketplace/unknown), filter[is_pos] (true/false), filter[sync_status] (pending/synced/failed), filter[search] (square_order_id / customer_email / customer_name), filter[date_from] / filter[date_to] (ISO 8601).
Allowed sorts: id, square_created_at, square_updated_at, total, state, sync_status.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.