---
title: "Retrieve Brand Product Reviews"
method: GET
path: "/products/{id}/reviews"
tags: ["Brand Products"]
---

# Retrieve Brand Product Reviews

`GET /products/{id}/reviews`

This operation will retrieve the Brand Product's Reviews.

The response includes customer reviews and operator responses for a Brand Product including submission date, ratings, review verification status, aggregate data and author information.

## Path parameters

- `id` integer, required

## Query parameters

- `page_size` integer

## Response `200`

Successful Brand Product Review Retrieval

- object
  - `data` BrandProductReview — A Review left by a Weedmaps User
    - `author` object
      - `username` string — The Username of the Review author.
    - `body` string — The content of the review visible on a Brand Product page.
    - `helpful_reviews_count` integer — Number of times this review is marked helpful
    - `id` integer — The primary identifier for a Weedmaps resource.
    - `owner_reply` BrandProductReviewOwnerReply
      - `body` string, nullable — The response from the Brand for this review.
      - `submitted_at` string — The timestamp when the brand submitted their reply
    - `ratings` object — Users are able to create a rating across 5 dimensions: customer service, delivery speed, order accuracy, price, and an overall rating
      - `customer_service` integer — Rating for customer service.
      - `delivery_speed` integer — Rating for the speed of delivery.
      - `order_accuracy` integer — Rating for accuracy of the order.
      - `overall` integer — Overall rating.
      - `price` integer — Rating for price
    - `submitted_at` string — The timestamp when this review was submitted
    - `title` string — Review title
    - `verified` boolean — Status of the verification for the Product.
  - `meta` BrandProductReviewsMeta — Pagination using page, per_page, and total to indicate the current page, number of items per page, and total number of items.
    - `page` integer — Current Page Number
    - `per_page` integer — Total Per Page
    - `total` integer — Total Number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entities

---

[API](https://skmtc.net/weedmaps/apis/auth-api.md) · [All operations](https://skmtc.net/weedmaps/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weedmaps/auth-api/versions/7300ae412cb7/schema)
