getOrdersWarehouse

Operation Id:
orders/warehouse/get [Official Documentaction]
Methods

  • orderSerialNumber Integer
Examples

This function retrieves the order information for the order with the serial number 123 from the warehouse.

const result = await idosellRequest.getOrdersWarehouse
	.orderSerialNumber(123)
	.exec()