Order Cancel using Agent endpoints
Summary
Quantity becoming 0 when the order is cancelledContent
Hi ,
We have developed a cancel order flow using 2 endpoints /orders/initiateCancelOrder and /orders/submitCancelOrder
The quantity becomes 0 once the order is cancelled.
"state": "REMOVED",
"serviceId": null,
"locationInventoryInfoMap": {},
"serviceAccountId": null,
"quantity": 0,
1