Order cancellation - celdotro/marketplace GitHub Wiki
- Order cancellation and reversal with a minus order
celmarket\Orders\OrdersStatus
stornareComanda
- method: orders
- action: stornareComanda
- orders_id = order's ID
- reason = cancellation's reason
An object with the following attributes
- orders_id = minus order's ID
https://github.com/celdotro/marketplace_examples/blob/master/Orders/18.stornareComanda.php
{
"request": {
"orders_id": 1,
"reason": "X"
},
"response": {
"orders_id": 1
}
}