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.

Authorization

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

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