Home > @vsf-enterprise/bigcommerce-api > ProductReview
# ProductReview interface
Product review model.
Signature:
export interface ProductReview
# Properties
| Property | Type | Description |
|---|---|---|
| date_created | string | Date the product review was created. |
| date_modified | string | Date the product review was modified. |
| date_reviewed | string | Date the product was reviewed. |
| string | The email of the reviewer. Must be a valid email, or an empty string. | |
| id | number | The unique numeric ID of the product review; increments sequentially. |
| name | string | The name of the reviewer. |
| product_id | number | The unique numeric identifier for the product with which the review is associated. |
| rating | ReviewRating | The rating of the product review. Must be one of 0, 1, 2, 3, 4, 5. |
| status | ReviewStatus | The status of the product review. Must be one of approved, disapproved or pending. |
| text? | string | (Optional) The text for the product review. |
| title | string | The title for the product review. |