vtex.local

Reviews & Ratings is a VTEX IO native solution that allows shoppers to submit reviews and ratings for products, as well as see them while navigating the store. Rating - [Get Product Rating](https://developers

🔑 apikey 8 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

lever-sdk ✓ Official
npm install lever-sdk
ads-js ✓ Official
npm install ads-js
npm install vtex-node-sdk
physical-payments-sdk ✓ Official
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
dotnet add package VTEX-SDK-dotnet
composer require vtex-sdk
composer require vtex-sdk-php
composer require vtex-api
# See https://github.com/ksetoue/vtex-kotlin-sdk
vtex.js ✓ Official
# See https://github.com/vtex/vtex.js
curl examples
Get a list of Reviews
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/reviews
Get Review by Review ID
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/review/{reviewId}
Get Product Rating
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/rating/{productId}
Endpoints (8 total)
GET
/reviews
Get a list of Reviews
GET
/review/{reviewId}
Get Review by Review ID
GET
/rating/{productId}
Get Product Rating
POST
/review
Create a Review
POST
/reviews
Create Multiple Reviews
PATCH
/review/{reviewId}
Update a Review
DELETE
/reviews
Delete Multiple Reviews
DELETE
/review/{reviewId}
Delete Review
At a glance
Total SDKs10
Languages6
Endpoints8
Authapikey
https://vtex.local