February 4, 2021
Cancel Order endpoint
Canceled orders have "status": "order_canceled"
. However, such orders are still active and can undergo a normal flow such as sending offer or posting to LBs. The status order_canceled
is added to distiguish between ready orders (new
) and the ones that were canceled by the customer or need a revision later on (order_canceled
).
Please, see the API reference.