Wildberries API TypeScript SDK / <internal> / SellerRatingResponse
Interface: SellerRatingResponse
Defined in: types/general.types.ts:286
Seller rating and review count from GET /api/common/v1/rating
Since
3.5.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="feedbackcount"></a> feedbackCount? | number | Total number of customer reviews | types/general.types.ts:288 |
<a id="valuation"></a> valuation? | number | Seller rating (e.g., 4.55) | types/general.types.ts:290 |