Skip to main content

Unarchive Sales Order

PUT 

/api/sales-orders/:salesOrder/unarchived

Restores an archived sales order so it appears in active lists again (clears its archived timestamp). Returns the order in data.

Required scope: orders:write

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

If the order is not archived, a warning is returned (the order is still included in data).

Note: the path segment is literally unarchived.

Authentication: Requires Bearer token.

Path parameters:

  • salesOrder (required): Sales order ID.

Requires permission: sales_orders.update

Request

Responses

OK

Response Headers
    Content-Type