> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ShopifyProductReview

> 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)
