Finish order - celdotro/marketplace GitHub Wiki
Finishes an order
celmarket\Orders\OrdersStatus
finishOrder
- method: orders
- action: finishOrder
- orders_id = order's ID
An object with the following attributes
- success = 1 => operation was successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Orders/25.finishOrder.php
{
"request": {
"orders_id": 1
},
"response": {
"success": 1
}
}