Skip to main content

Archive Fulfillment

PUT 

/api/sales-order-fulfillments/:salesOrderFulfillmentId/archive

Archive a single fulfillment. No request body. Archived fulfillments are hidden from default list results but remain retrievable.

Required scope: orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

The response is always HTTP 200; if the fulfillment is already archived, the JSON status is warning with a per-field entry under warnings.

Returns 404 for an unknown ID. Requires the orders:write token scope.

Request

Responses

OK

Response Headers
    Content-Type