About the Review Requests API

The Review Requests API allows you to create and manage requests that can be sent to customers, asking them to provide reviews for a specific order or specific items.

With the Review Requests API, you can:

Before you begin

It is important to note the following points before starting to code:

  • The Review Requests API is currently only available with the "stores" namespace.
  • The order or items a review is requested for must exist within a site's orders or catalog. To retrieve these IDs use the eCommerce Orders API or the Stores Catalog API.

Use case

Terminology

  • Review request: A request sent to a customer to provide a review for a specific order or item.
  • Recipient: The contact to send a review request to.
Did this help?