Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 857 Bytes

RatingHistogram.md

File metadata and controls

10 lines (7 loc) · 857 Bytes

# RatingHistogram

Properties

Name Type Description Notes
count int The total number of user ratings that the product has received. [optional]
rating string This is the average rating for the product. As part of a product review, users rate the product. Products are rated from one star (terrible) to five stars (excellent), with each star having a corresponding point value - one star gets 1 point, two stars get 2 points, and so on. If a product had one four-star rating and one five-star rating, its average rating would be <code> 4.5</code>, and this is the value that would appear in this field. [optional]

[Back to Model list] [Back to API list] [Back to README]