post

/shopgate.user.getReview.v1

This pipeline is used to retrieve the current users review for a product.

Request Body

Schema
object
productId
string

Product id to get reviews for.

required

Responses

Successful response.

1 Example
Schema
object
id
string

Id of review

2 validations
author
string

Name of the reviewer

2 validations
date
string
2 validations
rate
integer
4 validations
title
string
2 validations
review
string
1 validation

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host