Skip to content

List Customer Reviews

Each row carries the reviewed product and the customer as nested objects. Images are detail-only.

Overview

See the Customer Reviews overview for the full feature flow.

All admin endpoints require an admin Bearer token — see Authentication.

EndpointMethod
/api/admin/customers/reviewsGET

Query Parameters

ParameterTypeDescription
page, per_pageintegerPagination.
statusstringpending, approved, disapproved.
ratingintegerExact rating (1–5).
product_idintegerFilter by product.
customer_idintegerFilter by customer (nullable — guest reviews allowed).
created_at_from / _todatetimeRange.
sortstringid (default desc), rating, created_at.
orderstringasc, desc.

The reviewed product (id / name / sku) and the customer (id / name / email, null for guest reviews) are nested objects on every row. The images array is detail-only — request a single review to see it.

Released under the MIT License.