Wildberries API TypeScript SDK / <internal> / SearchReportPositionClusters
Interface: SearchReportPositionClusters
Defined in: types/analytics.types.ts:103
Количество товаров со средней позицией в поиске:
firstHundred— от 1 до 100secondHundred— от 101 до 200below— от 201 и ниже
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="firsthundred"></a> firstHundred | { current: number; dynamics?: number; } | от 1 до 100 | types/analytics.types.ts:105 |
firstHundred.current | number | Текущее количество товаров | types/analytics.types.ts:107 |
firstHundred.dynamics? | number | Динамика по сравнению с предыдущим периодом, % | types/analytics.types.ts:109 |
<a id="secondhundred"></a> secondHundred | { current: number; dynamics?: number; } | от 101 до 200 | types/analytics.types.ts:112 |
secondHundred.current | number | Текущее количество товаров | types/analytics.types.ts:114 |
secondHundred.dynamics? | number | Динамика по сравнению с предыдущим периодом, % | types/analytics.types.ts:116 |
<a id="below"></a> below | { current: number; dynamics?: number; } | от 201 и ниже | types/analytics.types.ts:119 |
below.current | number | Текущее количество товаров | types/analytics.types.ts:121 |
below.dynamics? | number | Динамика по сравнению с предыдущим периодом, % | types/analytics.types.ts:123 |