Alokai

CreateProductReviewProps

Properties for adding a product review.

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

Properties

NameRequiredTypeDescription
productCodeRequiredstringCode of the product to add a review for.
reviewRequiredRequiredReviewProps & ReviewObject that contains review info.

Referenced Types

On this page