Retrieve reviews summary
GET/products/{product_id}/reviews/summary.json
Retrieve the summary of the reviews collection. Every item is an object with a rate and count properties, where rate is the rating value (0-100) and count is the number of reviews with that rating. Reviews are grouped by their rating.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The summary of the review collection.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.