putOrdersPickupPoint

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.

const result = await idosellRequest.putOrdersPickupPoint
	.orderSerialNumber(3)
	.pickupPointId("1")
	.exec()