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.

Not yet available to API tokens

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

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