Skip to content

Wildberries API TypeScript SDK / <internal> / GetOrdersParams

Interface: GetOrdersParams

Defined in: types/orders-dbs.types.ts:320

Parameters for getOrders

Properties

PropertyTypeDescriptionDefined in
<a id="limit"></a> limitnumberNumber of orders to return (1-1000)types/orders-dbs.types.ts:322
<a id="next"></a> nextnumberPagination cursor (0 for first request)types/orders-dbs.types.ts:324
<a id="datefrom"></a> dateFromnumberStart date as Unix timestamp in SECONDS (WB rejects JS milliseconds)types/orders-dbs.types.ts:326
<a id="dateto"></a> dateTonumberEnd date as Unix timestamp in SECONDS (WB rejects JS milliseconds)types/orders-dbs.types.ts:328

Made with ❤️ for the Wildberries developer community