---
title: "Retrieve Product Reviews"
method: GET
path: "/product/review"
tags: ["Legacy", "Reviews and Questions"]
deprecated: true
---

# Retrieve Product Reviews

`GET /product/review`

> **Deprecated.**

## Query parameters

- `store` string, required
- `apikey` string
- `sku` string
- `mpn` string
- `page` number
- `per_page` number
- `photos` boolean
- `verified_only` boolean
- `comments_only` boolean
- `minRating` number
- `include_unpublished_images` boolean
- `include_moderated` boolean
- `min_date` string, date
- `max_date` string, date
- `min_updated` string, date
- `max_updated` string, date

## Response `200`

OK

- object
  - `store` object — Store information, this is used by our legacy widgets to display your name and logo
    - `name` string — Name of the store
    - `logo` string — Logo
  - `stats` object — Average rating and review count
    - `average` string — Average Rating
    - `count` string — Number of reviews
  - `reviews` object — Reviews
    - `total` string — Total Reviews
    - `per_page` string — Number of reviews per page
    - `current_page` string — Current Page
    - `last_page` string — Last Page
    - `from` string — From
    - `to` string — To
    - `data` ProductReviewResponse[] — Array of Reviews
      - `review` string — Review comments
      - `sku` string — Product identifier
      - `rating` string — Review Rating
      - `date_created` string — Date Created
      - `reviewer` object — Reviewer Details
        - `first_name` string — First Name
        - `last_name` string — Last Name
        - `verified_buyer` string — Is the reviewer verified
      - `product` object — Product Details
        - `sku` string — Product Identifier
        - `name` string — Product Name
        - `description` string — Product Description
        - `image_url` string — Product Image
        - `mpn` string — Product MPN
        - `brand` string — Product Brand
        - `category` string — Product Category

---

[API](https://skmtc.net/reviews/apis/reviews-io-api.md) · [All operations](https://skmtc.net/reviews/apis/reviews-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviews/reviews-io-api/revisions/ea87e0d855cc/schema)
