Skip to main content

Update order status

POST 

/v1/orders/:orderId/status

Rate limit32 requests per minute

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.

Request

Responses

The order status was successfully accepted.