Skip to main content

Purpose

Send a simple status update to mark an order as ignored.

HTTP Request

This endpoint requires authentication. Include your JWT in the x-token header. See Authentication for how to obtain a token and Errors for error responses.

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 IGNORE status transition is supported through this endpoint.