Cancel Order
Stop and cancel the production and shipment process for an order. This is only possible until the order status changes to "shipped".
POST /{orderCancelUrl}
This endpoint can accept either the Order ID (provided in the submit order response) or the Order Reference ID (your internal order ID).
Using Order ID
POST /{orderCancelUrl}/32884a3e-bd09-42be-8225-c5cea7d24611/cancel
Using Order Reference ID
POST /{orderCancelUrl}/test/cancel
Response Format
{
"code": 200,
"message": "OK"
}