...
Code Block | ||
---|---|---|
| ||
{ "error": "Delete reason code does not exist", "details": [ "Provided: 9999" ] } |
If the order has been through a station that prevents it from being cancelled, an HTTP 400 code will be returned with an error
Code Block | ||
---|---|---|
| ||
{
"error": "Order has been through a non-cancel station",
"details": []
} |