> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ShopifyProductReview"
description: "Represents a product review for a Shopify product."
---

## Fields

<ParamField path="id" type="ID!" required>
  A unique review ID.
</ParamField>

<ParamField path="body" type="String">
  The body (message) of the review.
</ParamField>

<ParamField path="helpfulnessCount" type="Int!" required>
  The number of people who found this review helpful.
</ParamField>

<ParamField path="rating" type="Int!" required>
  The rating given to the product, from 1 to 5.
</ParamField>

<ParamField path="submittedAt" type={<a href="/api-reference/time">Time!</a>} required>
  The date and time when the review was submitted.
</ParamField>

<ParamField path="reviewerDisplayName" type="String">
  The display name of the reviewer.
</ParamField>

<ParamField path="merchantReply" type="String">
  The reply from the merchant, if it exists.
</ParamField>

## Related types

* [`ShopifyProduct`](/api-reference/shopifyproduct)


---

*Powered by [holocron.so](https://holocron.so)*
