Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.54 KB

File metadata and controls

39 lines (27 loc) · 1.54 KB

WooCommerceProductReview

Properties

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]

Enum: StatusEnum

Name Value
APPROVED "approved"
HOLD "hold"
SPAM "spam"
UNSPAM "unspam"
TRASH "trash"
UNTRASH "untrash"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"