Update resource
Update an existing order by its ID.
Path Parameters
The unique identifier for an order.
Body
Partial resource data to update at /orders/{orderId}
Request payload for partially updating an existing order. Contains only the fields to be modified, such as delivery dates, shipping preferences, or order metadata.
Request payload for updating the delivery address of an existing order. Contains the new address information and optional address type specification.
Optional text which contains instructions for the fulfillment and is sent to the warehouse.
250Optional value setting whether to turn on/off tracking functionality for an order. Additional charges will apply when set to true.
Optional value for custom attributes of order.
"{\"attr1\":\"val1\"}"
Response
Bad request - the request payload is invalid, missing required fields, or contains invalid data.