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
- 202
- 400
- 401
- 403
- 404
- 422
The order status was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.