Purpose
Send a simple status update to mark an order as ignored.HTTP Request
Path Parameters
Unique identifier of the order.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
status | string | ✓ | Set to IGNORE to cancel the order. |
Request Example
Response
200 OK — Order updated
400 Bad Request — Invalid status
Notes
- Request body must include only the status field as shown.
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Path Parameters
Order ID
Body
application/json · any
The body is of type any.
Response
Order updated successfully
The response is of type any.