Reviews and Ratings API
Reviews & Ratings is a VTEX IO app that allows shoppers to submit reviews and ratings for products, and view them while navigating the store. With the Reviews and Ratings API you can manage the reviews and ratings associated with the products in your store.
Index
Rating
Review
GETGet product review by review IDDELETEDelete reviewPATCHUpdate a reviewGETGet a list of ReviewsPOSTCreate Multiple ReviewsDELETEDelete Multiple ReviewsPOSTCreate a review
Endpoints
Rating
| Summary | Method | Path |
|---|---|---|
| Get product rating | GET | /reviews-and-ratings/api/rating/{productId} |
Review
| Summary | Method | Path |
|---|---|---|
| Get product review by review ID | GET | /reviews-and-ratings/api/review/{reviewId} |
| Delete review | DELETE | /reviews-and-ratings/api/review/{reviewId} |
| Update a review | PATCH | /reviews-and-ratings/api/review/{reviewId} |
| Get list of reviews | GET | /reviews-and-ratings/api/reviews |
| Create multiple reviews | POST | /reviews-and-ratings/api/reviews |
| Delete multiple reviews | DELETE | /reviews-and-ratings/api/reviews |
| Create a review | POST | /reviews-and-ratings/api/review |