Skip to main content
GET
/
{shopId}
/
products
/
{productId}
/
reviews
/
{reviewId}
Get review
curl --request GET \
  --url http://staging.qshop.ng/apiv2/{shopId}/products/{productId}/reviews/{reviewId}
{
  "data": {
    "__v": 0,
    "_id": "63f62da70bf12b7f208998d1",
    "comment": "Good product mate",
    "created": "2023-02-22T14:58:47.131Z",
    "email": "[email protected]",
    "fullName": "Ademi deyinka",
    "isApproved": false,
    "product": {
      "_id": "61a961741a113f7e13c45c3a",
      "alwaysInStock": false,
      "media": "https://ucarecdn.com/fd9510cd-6858-4afa-92b9-fefdd9400144/-/resize/800x/",
      "media_type": "IMAGE",
      "name": "Gift cardsss",
      "price": 2500,
      "sale_price": 0,
      "sku": "gift-cardsss-e9541",
      "slug": "gift-cardsss-0c9fd",
      "stock": 76
    },
    "rate": 2,
    "shop": "61a956d91a113f7e13c45c15",
    "subject": "I like it",
    "updated": "2023-02-22T14:58:47.131Z"
  },
  "msg": "Review found",
  "success": true
}

Path Parameters

productId
string
required
Example:

"61a961741a113f7e13c45c3a"

reviewId
string
required
Example:

"63f62da70bf12b7f208998d1"

Response

200 - application/json

Get review

data
object
msg
string
Example:

"Review found"

success
boolean
Example:

true