Skip to main content

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.

Not yet available to API tokens

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

OK

Response Headers
    Content-Type