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
namespacestring

Review namespace. Currently integrated with Wix Stores, as "stores".


entityIdstringmaxLength 36

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


idstringRead-onlyformat GUID

Review ID.


contentContent

Review content.


createdDatestringRead-onlyformat date-time

Date and time the review was created.


updatedDatestringRead-onlyformat date-time

Date and time the review was updated.


authorAuthor

Author of the review.


replyReplyRead-only

Reply to the review.


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.


moderationModerationRead-only

Moderation status of the review.


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.


verifiedbooleanRead-only

Whether the review has been verified.


originOriginRead-only

Origin of a review.


reviewDatestringformat date-time

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


relevanceScorenumberRead-onlyformat double

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


publishCountintegerRead-only

Number of times a review has been published.

Did this help?