Wildberries API TypeScript SDK / <internal> / SellerRatingResponse
Interface: SellerRatingResponse
Defined in: types/general.types.ts:312
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:314 |
<a id="valuation"></a> valuation? | number | Seller rating (e.g., 4.55) | types/general.types.ts:316 |