getOrdersHandler

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

  • orderSerialNumber Integer
Examples

This function retrieves the order information for the order with the serial number 3083.

const result = await idosellRequest.getOrdersHandler
	.orderSerialNumber(3083)
	.exec()