---
title: "Get product reviews"
method: GET
path: "/products/reviews"
tags: ["product-reviews"]
---

# Get product reviews

`GET /products/reviews`

Gets a list of product reviews.

## Query parameters

- `page` integer
- `per_page` integer
- `search` string
- `product` integer[]

## Response `200`

Product reviews retrieved successfully.

- ProductReview[]
  - `id` integer — Unique identifier for the resource.
  - `date_created` string, date-time — The date the review was created.
  - `date_created_gmt` string, date-time — The date the review was created, as GMT.
  - `product_id` integer — Unique identifier for the product that the review belongs to.
  - `status` string — Status of the review.
  - `reviewer` string — Name of the reviewer.
  - `reviewer_email` string — Email of the reviewer.
  - `review` string — The content of the review.
  - `rating` integer — Review rating (0 to 5).
  - `verified` boolean — Shows if the reviewer bought the product or not.

## Other responses

- `400` — Bad request - invalid parameters.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
