Skip to main content

Unarchive Fulfillment

PUT 

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

Unarchive a single fulfillment, restoring it to default list results. No request body.

Required scope: orders:write

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

Note the path segment is unarchived (the bulk endpoint uses unarchive).

The response is always HTTP 200; if the fulfillment is not 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