Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CreateProductReviewProps

Properties for adding a product review.

export interface CreateProductReviewProps extends BaseProps {
	productCode: string;
	review: Review & RequiredReviewProps;
}

Properties

NameRequiredTypeDescription
productCodeRequiredstringCode of the product to add a review for.
reviewRequiredReview & RequiredReviewPropsObject that contains review info.

Referenced Types

On this page