Get pending reviews
Reviews
Get pending reviews
Retrieve products from completed orders that are pending review.
GET
Get pending reviews
Request
Headers
| Header | Type | Description |
|---|---|---|
Authorization | string | Provide the customer token as Bearer <jwt>. |
x-shop-id | string | Identify the shop. |
An order is eligible for review ONLY if its status is
completed AND: 1. It
has no shipment attached, OR 2. The attached shipment’s status is
delivered.Successful response
Empty response
Error response
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Response
200
Pending reviews retrieved successfully

