Purpose
Send a simple status update to mark an order as ignored.HTTP Request
Path Parameters
string
required
Unique identifier of the order.
Request Body
Request Example
Response
200 OK — Order updated
400 Bad Request — Invalid status
Field Reference
Notes
- Request body must include only the status field as shown.
- Currently, only the
IGNOREstatus transition is supported through this endpoint.