Operation Id:
orders/orders/get [Official Documentaction]
Methods
- ordersIds Array<String>
- ordersSerialNumbers Array<Integer>
- orderExternalId String
Examples
This function retrieves the serial numbers of the orders with ID 123, 456 and 789.
const result = await idosellRequest.getOrders
.ordersSerialNumbers([123,456,789])
.exec()