Operation Id:
orders/history/get [Official Documentaction]
Methods
- orderSerialNumber Integer
Examples
This function retrieves the order history for the order with the serial number 123.
const result = await idosellRequest.getOrdersHistory
.orderSerialNumber(123)
.exec()