Catalog
List all product reviews
List of reviews for a specified product. The reviews are returned sorted by submission date, with the most recent reviews appearing first. You can filter the reviews by rating, reviewer, or date for more detailed analysis.
GET
Authorizations
Access token
Path Parameters
id of a particular product
Query Parameters
page number of pagination list
Required range:
x >= 1
no of rows per page
Required range:
x >= 1
JSON string format: {"field1":"asc", "field2":"desc"}
Examples:
"{\"country\":\"asc\",\"city\":\"asc\",\"population\":\"desc\"}"
search keyword
filter review with review tag
Response
200
application/json
Success response
The response is of type object
.