Wildberries API TypeScript SDK / <internal> / SuppliesResponse
Interface: SuppliesResponse
Defined in: types/orders-fbs.types.ts:376
Paginated response containing supplies
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="next"></a> next? | number | Pagination cursor for the next page | types/orders-fbs.types.ts:378 |
<a id="supplies"></a> supplies? | Supply[] | List of supplies | types/orders-fbs.types.ts:380 |