Skip to content

List Customer Reviews

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.

images is detail-only — null on listing.

Released under the MIT License.