Wildberries API TypeScript SDK / <internal> / OrdersResponse
Interface: OrdersResponse
Defined in: types/orders-fbs.types.ts:236
Paginated response containing orders
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="next"></a> next? | number | Pagination cursor for the next page | types/orders-fbs.types.ts:238 |
<a id="orders"></a> orders? | Order[] | List of orders | types/orders-fbs.types.ts:240 |