---
title: "Create a new review entry."
method: POST
path: "/reviews/{siteid}"
tags: ["reviews"]
---

# Create a new review entry.

`POST /reviews/{siteid}`

This API endpoint is used to ingest a Order, Email, and Follow-up Date so that the Shopper Approved system will send a survey request using that data. You cannot submit reviews to this endpoint. Abuse of this endpoint could result in removal of the ability to use the Shopper Approved API. Only send a single review per call.

## Path parameters

- `siteid` integer, required

## Query parameters

- `xml` boolean

## Response `201`

The review was successfully created.

## Other responses

- `403` — Not Authorized - Your siteID was not found or your token was incorrect.
- `419` — Conflict - A non-test order already exists with the provided orderID.
- `422` — Bad Request - You were either missing a parameter or one of them was malformed.
- `500` — Error - Something else went wrong. A bug report is automatically sent if this ever occurs.

---

[API](https://skmtc.dev/shopperapproved/apis/shopper-approved-api.md) · [All operations](https://skmtc.dev/shopperapproved/apis/shopper-approved-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopperapproved/shopper-approved-api/revisions/9881d9e6a701/schema)
