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

RequiredReviewProps

A subset of Review properties required by the createProductReview endpoint.

export interface RequiredReviewProps {
	rating: number;
}

Properties

NameRequiredTypeDescription
ratingRequirednumberRequired rating property.

On this page