You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
GetProductReviewsProps
Properties for getting product reviews.
export interface GetProductReviewsProps extends BaseProps {
maxCount?: number;
productCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
maxCount | Optional | number | Maximum number of results to be returned. |
productCode | Required | string | Unique identifier of a product to search references for. |