Submit Square Order Fulfillments
POST/api/square/orders/submit-fulfillments
Push pending SKU fulfillments back to Square for the given instance. Omit fulfillment_ids to submit every pending fulfillment on the instance; provide them to submit a specific subset. Returns per-run counts (submitted, skipped, failed) plus any per-fulfillment errors.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
Body fields:
- integration_instance_id (integer, required) — the Square instance.
- fulfillment_ids (array of integers, optional) — specific SKU fulfillment IDs; omit to submit all pending.
Route name: square.orders.submit-fulfillments
Request
Responses
- 200
- 401
- 403
- 422
- 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.
Unprocessable Content
Response Headers
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.