Operation Id:
orders/courier/put [Official Documentaction]
Methods
- orderSerialNumber Integer
- courierId Integer
- pickupPointId String
Examples
This function creates an order with a serial number of 3, assigns it to a courier with ID 100105, and sets the pickup point ID as "1".
Loading editor...
const result = await idosellRequest.putOrdersCourier .orderSerialNumber(3) .courierId(100105) .pickupPointId("1") .exec();