| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique identifier for the resource. | [optional] |
| dateCreated | OffsetDateTime | The date the review was created, in the site's timezone. | [optional] |
| dateCreatedGmt | OffsetDateTime | The date the review was created, as GMT. | [optional] |
| productId | Integer | Unique identifier for the product that the review belongs to. | [optional] |
| productName | String | Product name. | [optional] |
| productPermalink | URI | Product URL. | [optional] |
| status | StatusEnum | Status of the review. | [optional] |
| reviewer | String | Reviewer name. | [optional] |
| reviewerEmail | String | Reviewer email. | [optional] |
| review | String | The content of the review. | [optional] |
| rating | Integer | Review rating (0 to 5). | [optional] |
| verified | Boolean | Shows if the reviewer bought the product or not. | [optional] |
| reviewerAvatarUrls | WooCommerceProductReviewReviewerAvatarUrls | [optional] |
| Name | Value |
|---|---|
| APPROVED | "approved" |
| HOLD | "hold" |
| SPAM | "spam" |
| UNSPAM | "unspam" |
| TRASH | "trash" |
| UNTRASH | "untrash" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |