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.
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 |