Skip to main content

Bulk Unarchive Fulfillments

PUT 

/api/sales-order-fulfillments/unarchive

Unarchive multiple fulfillments at once, restoring them to default list results.

Required scope: orders:write

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

Body — either ids (array of integers) or apply_to_all: true with an optional filters object (same filter keys as Bulk Archive Fulfillments; include "archived": "only" to target archived records).

The response is always HTTP 200; check the JSON status field. Records that are not archived are reported per ID under warnings and the overall status becomes warning.

Requires the orders:write token scope.

Request

Responses

OK

Response Headers
    Content-Type