Wildberries API TypeScript SDK / <internal> / GetSearchClusterStatsRequest
Interface: GetSearchClusterStatsRequest
Defined in: types/promotion.types.ts:1824
Request to get search cluster statistics
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="from"></a> from | string | Start date in YYYY-MM-DD format | types/promotion.types.ts:1826 |
<a id="to"></a> to | string | End date in YYYY-MM-DD format | types/promotion.types.ts:1828 |
<a id="items"></a> items | GetSearchClusterStatsRequestItem[] | Array of campaign/product items (max 100) | types/promotion.types.ts:1830 |