Customer Review Detail
Returns one review with the reviewed product (id / name / sku) and the customer (id / name / email) as nested objects, plus the attached images as a flat array (each id / path / url).
Overview
See the Customer Reviews overview for the full feature flow.
All admin endpoints require an admin Bearer token — see Authentication.
| Endpoint | Method |
|---|---|
/api/admin/customers/reviews/{id} | GET |
customer is null for guest reviews. images is an empty array when the review has no attachments.

