Skip to content

Wildberries API TypeScript SDK / <internal> / GetOrdersParams

Interface: GetOrdersParams

Defined in: types/orders-fbs.types.ts:42

Parameters for paginated order listing

Indexable

ts
[key: string]: unknown

Index signature for compatibility with Record<string, unknown>

Properties

PropertyTypeDescriptionDefined in
<a id="limit"></a> limitnumberMaximum number of items to return (1-1000)types/orders-fbs.types.ts:44
<a id="next"></a> nextnumberPagination cursor; set to 0 for the first requesttypes/orders-fbs.types.ts:46
<a id="datefrom"></a> dateFrom?numberStart of date range (Unix timestamp)types/orders-fbs.types.ts:48
<a id="dateto"></a> dateTo?numberEnd of date range (Unix timestamp)types/orders-fbs.types.ts:50

Made with ❤️ for the Wildberries developer community