Skip to main content
GET
Get product reviews by product ID

Path Parameters

productId
integer<int64>
required

ID of the product to get reviews for

Query Parameters

rating
integer<int32>

Filter reviews by rating (1-5 stars)

page
integer
default:0

Zero-based page index (0..N)

Required range: x >= 0
size
integer
default:20

The size of the page to be returned

Required range: x >= 1
sort
string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

Product reviews retrieved successfully with pagination headers (X-Total-Count, Link)

body
string
createAt
string<date-time>
pinned
boolean
productHandle
string
productId
integer<int64>
productImage
string
productTitle
string
publishedStatus
boolean
rating
integer<int32>
replayBody
string
replayDate
string<date-time>
reviewerName
string
title
string