Dispute order - celdotro/marketplace GitHub Wiki
- Mark an order as disputed
celmarket\Orders\OrdersUpdate
makeOrderDisputed
- method: orders
- action: makeOrderDisputed
- order_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/34.makeOrderDisputed.php
{
"request": {
"order_id": 1
},
"response": {
"success": 1
}
}