Orders
Update order status
Update the status of a specific order by its ID.
put/orders/{id}/status/{status}
Path parameters
idstring required
Uniquely identifies the Order.
status'DRAFT' | 'SUBMITTED' | 'EXECUTED' | 'CANCELLED' required
New status to be set for the order (e.g: Draft, Submitted, Executed, Cancelled)
Query parameters
statusUpdatedOninteger
The timestamp when order status was updated.
adminApprovalFlowByPassboolean
Admin approval to bypass the approval flow
Response
successful operation