Alokai
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

NameRequiredTypeDescription
maxCountOptionalnumberMaximum number of results to be returned.
productCodeRequiredstringUnique identifier of a product to search references for.

Referenced Types

On this page