Review
Create a review
Creates a single review.
Permissions
This endpoint does not require permissions. For authentication, you must generate and use only your VtexidClientAutCookie to work with this endpoint. Refer to the Generating user tokens guide for more information.
post/reviews-and-ratings/api/review
Headers
Content-Typestring required
Describes the type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Request body
Example request
{
"productId": "65444",
"rating": 5,
"title": "Good Product",
"text": "It is the best product that I have seen",
"reviewerName": "Arturo",
"approved": true
}Response
OK