Skip to main content
GET
/
shops
/
{shopId}
/
products
/
{productId}
/
reviews
Get Product Reviews
curl --request GET \
  --url http://staging.qshop.ng/apiv2/shops/{shopId}/products/{productId}/reviews
{
  "msg": "<string>",
  "data": {
    "data": "<array>",
    "next": "<unknown>",
    "prev": "<unknown>",
    "noOfPages": 123,
    "currentPage": 123,
    "totalRecord": 123
  },
  "success": true
}

Path Parameters

shopId
string
required
productId
string
required

Query Parameters

page
string
limit
string

Response

200 - application/json
msg
string
required
data
object
required
success
boolean
required