Add weight - celdotro/marketplace GitHub Wiki
- Add weight to order
celmarket\Orders\OrdersUpdate
addWeightToOrder
- method: orders
- action: addWeightToOrder
- orders_id = order's ID
- weight = weight
An object with the following attributes
- success = 1 -> operation was successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Orders/31.addWeightToOrder.php
{
"request": {
"orders_id": 1,
"weight": -1
},
"response": {
"success": 1
}
}