Wildberries API TypeScript SDK / <internal> / ArchiveOrdersResponse
Interface: ArchiveOrdersResponse
Defined in: types/orders-fbs.types.ts:941
Response for GET /api/marketplace/v3/fbs/orders/archive Maps to swagger schema: v3.ArchiveOrdersResponse
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="next"></a> next | number | null | Pagination cursor for the next page, or null when the archive is exhausted | types/orders-fbs.types.ts:943 |
<a id="orders"></a> orders | ArchiveOrder[] | List of archived FBS orders for the current page | types/orders-fbs.types.ts:945 |