Skip to main content

Unlink Order from Fulfillment

POST 

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

Removes the manual link between a cached ShipStation order and its SKU.io SalesOrderFulfillment by clearing sku_fulfillment_id on the order.

Authorization

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

No request body. Returns the updated order (with json_object included) — sku_fulfillment is null after unlinking.

Returns 404 when the order does not belong to the given integration instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type