Wildberries API TypeScript SDK / <internal> / ItemRatingStarMetric
Interface: ItemRatingStarMetric
Defined in: types/analytics.types.ts:1859
Per-star feedback counts with current period, total, and optional dynamics.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="current"></a> current | number | Feedback increase for the period. | types/analytics.types.ts:1861 |
<a id="dynamics"></a> dynamics? | number | Dynamics compared to the previous period (%). Optional. | types/analytics.types.ts:1863 |
<a id="total"></a> total | number | Total ratings. | types/analytics.types.ts:1865 |