Skip to main content

Update order status

PATCH 

/v1/orders/:id/status

Changes the status of an order and returns the updated order. Orders only move forward: sending a status earlier than the current one leaves the order unchanged, and skipping ahead applies the statuses in between. To cancel an order use POST /v1/orders/{id}/cancel.

Unlike the endpoints that change what an order contains, this one works for orders from any channel: advancing an order the merchant is already fulfilling is an operational action, whoever took it.

Required scope: orders:write

Request

Responses

The updated order.