Operation Id:
orders/pickupPoint/put [Official Documentaction]
Methods
- orderSerialNumber Integer
- pickupPointId String
Examples
This function retrieves the pickup point ID for a given order serial number and pickup point ID.
Loading editor...
const result = await idosellRequest.putOrdersPickupPoint .orderSerialNumber(3) .pickupPointId("1") .exec();