---
title: "Create multiple reviews"
method: POST
path: "/reviews-and-ratings/api/reviews"
tags: ["Review"]
---

# Create multiple reviews

`POST /reviews-and-ratings/api/reviews`

Creates multiple reviews for more than one product in a single operation.
## Permissions

This endpoint does not require [permissions](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3). 
 For authentication, you must generate and use only the API key and the Application Token to work with this endpoint. Refer to the [API authentication using application keys](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) and [Generating internal application keys](https://help.vtex.com/en/tutorial/api-keys--2iffYzlvvz4BDMr6WGUtet#generating-internal-api-keys) guide for more information.

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- SaveMultipleReviewsRequest[] — List of reviews.
  - `id` string — Review ID.
  - `productId` string, required — Product ID.
  - `rating` number, required — Customer rating.
  - `title` string, required — Review's title.
  - `text` string, required — Review's text.
  - `reviewerName` string, required — Reviewer name.
  - `approved` boolean, required — Defines if the review was approved (`true`) or not (`false`).

## Response `200`

OK

- string[] — List of review IDs.

---

[API](https://skmtc.net/vtex/apis/reviews-and-ratings-api.md) · [All operations](https://skmtc.net/vtex/apis/reviews-and-ratings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vtex/reviews-and-ratings-api/revisions/b3004f2e6a88/schema)
