getReview.v1
POST
/shopgate.user.getReview.v1
This pipeline is used to retrieve the current users review for a product.
Request Body
Section titled “Request Body”Media typeapplication/json
object
productId
required
Product id to get reviews for.
string
Examplegenerated
{ "productId": "example"}Responses
Section titled “Responses”Successful response.
Media typeapplication/json
object
id
Id of review
string
author
Name of the reviewer
string
date
string format: dateTime
rate
integer format: int32
title
string
review
string
Example
{ "id": "1700123654", "author": "Max Musterman", "date": "2017-01-13T09:44:22Z", "rate": 73, "title": "This product is not that good", "review": "I ordered a vacuum cleaner, but there are no dust bags with it, that is a pain"}
