v1
latestOpenAPI 3.1.02026-07-24257573.4 KBBrand Products
Retrieve Brand Product 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.
get/products/{id}/reviews
Path parameters
idinteger required
Query parameters
page_sizeinteger
Number of items per page for paginated lists. Maximum 150.
Response
Successful Brand Product Review Retrieval
Example response
{
"data": {
"author": {
"username": "WakerAndBaker"
},
"body": "Wow, this cannabis product really knows how to deliver a relaxing experience!",
"helpful_reviews_count": 3,
"id": 420,
"owner_reply": {
"body": "Thank you so much for taking the time to share your experience with our product, and we're delighted to hear that you enjoyed it!",
"submitted_at": "2023-04-23T13:10:00Z"
},
"ratings": {
"customer_service": 5,
"delivery_speed": 5,
"order_accuracy": 5,
"overall": 5,
"price": 5
},
"submitted_at": "2023-04-20T16:20:00Z",
"title": "I'm borked. Send Pezza pliase."
},
"meta": {
"page": 1,
"per_page": 20,
"total": 42
}
}