Cancel orders in batches according to order ID (Maximum of 100 orders in a single batch)

📘

Frequency Limit Type: Weight: 5

Note: A return code of 0 from the code indicates that the cancel order request has been executed. To determine if it was successful, you need to check the results in the result field. If the result is null, it means all were successful. If it is non empty, theorderId represents the ID of the order that failed to cancel, and code represents the reason for the cancellation failure.

Request Parameters


PARAMETERTYPEReq'dExample valuesDESCRIPTION
idsSTRINGY202212231234567895,202212231234567896Order id (multiple, separated)
timestampLONGY1714311403031Timestamp

Response Content


PARAMETERTYPEExample valuesDESCRIPTION
codeSTRING00000000 is executed
resultObject ArrayReturn the result
result.orderIdLONG16880363408511681Order ID
result.codeINTEGER-2013Return error code for each order (For unsuccessful order)
Language
Authorization
Header
Click Try It! to start a request and see the response here!