Wildberries API TypeScript SDK / <internal> / SearchReportPositionClusters
Interface: SearchReportPositionClusters
Defined in: types/analytics.types.ts:109
Количество товаров со средней позицией в поиске:
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:111 |
firstHundred.current | number | Текущее количество товаров | types/analytics.types.ts:113 |
firstHundred.dynamics? | number | Динамика по сравнению с предыдущим периодом, % | types/analytics.types.ts:115 |
<a id="secondhundred"></a> secondHundred | { current: number; dynamics?: number; } | от 101 до 200 | types/analytics.types.ts:118 |
secondHundred.current | number | Текущее количество товаров | types/analytics.types.ts:120 |
secondHundred.dynamics? | number | Динамика по сравнению с предыдущим периодом, % | types/analytics.types.ts:122 |
<a id="below"></a> below | { current: number; dynamics?: number; } | от 201 и ниже | types/analytics.types.ts:125 |
below.current | number | Текущее количество товаров | types/analytics.types.ts:127 |
below.dynamics? | number | Динамика по сравнению с предыдущим периодом, % | types/analytics.types.ts:129 |