Wildberries API TypeScript SDK / <internal> / ArchiveOrdersParams
Interface: ArchiveOrdersParams
Defined in: types/orders-fbs.types.ts:952
Query parameters for GET /api/marketplace/v3/fbs/orders/archive Maps to swagger schema: v3.ArchiveOrdersParams
Indexable
ts
[key: string]: unknownIndex signature for compatibility with Record<string, unknown>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="year"></a> year | number | Year of the archive period | types/orders-fbs.types.ts:954 |
<a id="month"></a> month | number | Month of the archive period (1-12) | types/orders-fbs.types.ts:956 |
<a id="next"></a> next | number | Pagination cursor (0 for the first page) | types/orders-fbs.types.ts:958 |
<a id="limit"></a> limit | number | Maximum number of orders to return per page | types/orders-fbs.types.ts:960 |