Skip to main content

Update order status

POST 

/v1/orders/:orderId/status

Transitions the order identified by orderId to a new status. Only PREPARED, CANCELED, and FULFILLED are accepted by this endpoint. When transitioning to CANCELED, you may include the optional X-Event-Id header to acknowledge a cancellation that the platform requested via the intent-to-cancel webhook. The order lifecycle is asynchronous, so a successful call returns 202 Accepted. RATE LIMIT: 32 per minute

Request

Responses

The order status was successfully accepted.