Wildberries API TypeScript SDK / <internal> / DistributionFeedbackRating
Interface: DistributionFeedbackRating
Defined in: types/analytics.types.ts:1897
Feedback rating value: current rating, optional dynamics, optional percentile.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="current"></a> current | number | Current rating. | types/analytics.types.ts:1899 |
<a id="dynamics"></a> dynamics? | number | Dynamics compared to the previous period (%). Optional. | types/analytics.types.ts:1901 |
<a id="percentile"></a> percentile? | number | null | How many percent of other sellers' items of this subcategory have a lower feedback rating. Nullable. | types/analytics.types.ts:1903 |