Operation Id:
orders/devide/put [Official Documentaction]
Methods
- orderSerialNumber Integer
- products Array<Object>
- splitPayments Boolean
- basketPosition Integer
- quantity Number
Examples
This function sets the quantity of one specific product from the basket at the specified basket position in an order with a given serial number.
const result = await idosellRequest.putOrdersDevide
.orderSerialNumber(3)
.basketPosition(0)
.quantity(1)
.exec()