Skip to main content

Submit Fulfillment to Shopify

POST 

/api/shopify/:integrationInstance/fulfill

Pushes a SKU.io sales order fulfillment (tracking number, carrier, fulfilled items) to Shopify, marking the corresponding Shopify order as fulfilled. The fulfillment is identified in the request body rather than the URL.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Body fields:

  • sales_order_fulfillment_id (integer, required): the SKU.io fulfillment to submit; must exist.

Request

Responses

OK

Response Headers
    Content-Type