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
| Name | Required | Type | Description |
|---|---|---|---|
productCode | Required | string | Code of the product to add a review for. |
review | Required | Review & RequiredReviewProps | Object that contains review info. |