GET
/
catalog
/
products
/
{product_id}
/
reviews

Authorizations

Authorization
string
headerrequired

Access token

Path Parameters

product_id
string
required

id of a particular product

Query Parameters

page
number

page number of pagination list

limit
integer

no of rows per page

sort_by
string

JSON string format: {"field1":"asc", "field2":"desc"}

search
string

search keyword

review_tag
string

filter review with review tag

Response

200 - application/json
message
string
required
success
boolean
required
content
object
required