Wildberries API TypeScript SDK / <internal> / GetSuppliesParams
Interface: GetSuppliesParams
Defined in: types/orders-fbs.types.ts:184
Query parameters for fetching supplies list
Indexable
ts
[key: string]: unknownIndex signature for compatibility with Record<string, unknown>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="limit"></a> limit | number | Maximum number of items to return | types/orders-fbs.types.ts:186 |
<a id="next"></a> next | number | Pagination cursor; set to 0 for the first request | types/orders-fbs.types.ts:188 |