post

/shopgate.catalog.getProductReviews.v1

This pipeline is used to retrieve the reviews of a product.

Request Body

Schema
object
productId
string

The id of the product, which the reviews are bound to.

required
offset
integer

Used for pagination through many reviews.

3 validations
limit
integer

The maximum number of reviews to retrieve.

4 validations
sort
string

Describes how to sort the reviews, default is by “relevance”.

2 validations

Responses

Successful response.

1 Example
Schema
object
output
ERROR_NO_TYPE
required

Send a Test Request

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