Operation Id:
orders/analytics/get [Official Documentaction]
Methods
- orderSerialNumber Array<Integer>
Examples
This function retrieves the analytics data associated with the specified serial numbers of orders.
const result = await idosellRequest.getOrdersAnalytics
.serialNumbers([123,456,789])
.exec()