Review Object


A Review object includes all of the details related to the review of an entity. An entity is a specific resource to review, for example, a store product. You can manage existing reviews, create new reviews, and retrieve reviews. Read more about Adding and Setting Up Wix Reviews.

Properties
authorAuthor

Author of the review.


contentReviewContent

Review content.


createdDatestringRead-onlyformat date-time

Date and time the review was created.


entityIdstringmaxLength 36

ID of the entity to review. For example, a Wix Stores product ID.


foundHelpfulintegerRead-only

Number of site visitors who found the review helpful.


foundUnhelpfulintegerRead-only

Number of site visitors who found the review unhelpful.


helpfulnessintegerRead-only

Helpfulness score.

Calculated by subtracting foundUnhelpful from foundHelpful.


idstringRead-onlyformat GUID

Review ID.


moderationModerationRead-only

Moderation status of the review.


namespacestring

Review namespace.

Supported values:

  • Wix Stores: stores

Currently, only Wix Stores is fully integrated with the Wix Reviews app.


originOriginRead-only

Origin of a review.


publishCountintegerRead-only

Number of times a review has been published.


relevanceScorenumberRead-onlyformat double

Platform-calculated score of review's relevance to the item. Used to sort reviews by relevance.


replyReplyRead-only

Reply to the review.


reviewDatestringformat date-time

Date and time when the review was written. This should match createdDate, except for reviews imported from another system.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the review is updated. To prevent conflicting changes, the current revision must be passed when updating the review. Ignored when creating a review.


updatedDatestringRead-onlyformat date-time

Date and time the review was updated.


verifiedbooleanRead-only

Whether the review has been verified.

Did this help?