Skip to main content

Link Order to Fulfillment

POST 

/api/veracore/integration-instances/:integration_instance/orders/:order/link-fulfillment

Link a Veracore order to a SKU.io sales order fulfillment. Pass the fulfillment id as sku_fulfillment_id in the body — use the fulfillments list endpoint to find candidates.

Not yet available to API tokens

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

This is a local bookkeeping change only: the link is stored on the Veracore order record in SKU.io so tracking, costs, and reconciliation can flow between the two. Nothing is sent to Veracore.

Returns the updated Veracore order with its sku_fulfillment details populated.

Errors

  • 400 when sku_fulfillment_id is missing or zero.
  • 404 when the order does not exist or belongs to a different integration instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type