Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

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

SummaryMethodPath
Get product ratingGET/reviews-and-ratings/api/rating/{productId}

Review

SummaryMethodPath
Get product review by review IDGET/reviews-and-ratings/api/review/{reviewId}
Delete reviewDELETE/reviews-and-ratings/api/review/{reviewId}
Update a reviewPATCH/reviews-and-ratings/api/review/{reviewId}
Get list of reviewsGET/reviews-and-ratings/api/reviews
Create multiple reviewsPOST/reviews-and-ratings/api/reviews
Delete multiple reviewsDELETE/reviews-and-ratings/api/reviews
Create a reviewPOST/reviews-and-ratings/api/review

Loading API specification...