Skip to main content

Unlink Order from Fulfillment

POST 

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

Remove the link between a Veracore order and its SKU.io sales order fulfillment. No request body is required.

Authorization

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

This is a local bookkeeping change only: the stored link on the Veracore order record is cleared. Nothing is sent to Veracore, and the fulfillment itself is not modified.

Returns the updated Veracore order with sku_fulfillment_id cleared.

Errors

  • 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