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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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