Optional
Readonly
authorName of the author.
Optional
Readonly
customCustom Fields for the Review.
Optional
Readonly
customerCustomer who created the Review.
Optional
Readonly
keyUser-defined unique identifier for the Review.
Optional
Readonly
localeLanguage in which the content of the Review is written.
Optional
Readonly
ratingRating of the targeted Product or Channel.
This rating can represent the number of stars, a percentage, or a like (+1)/dislike (-1).
A rating is used in the ratings statistics of the targeted object, unless the Review is in a State that does not have the role ReviewIncludedInStatistics
.
Optional
Readonly
stateState of the Review. Used for approval processes, see Review approval process for details.
Optional
Readonly
targetIdentifies the target of the Review. Can be a Product or a Channel, specified as ProductResourceIdentifier or ChannelResourceIdentifier, respectively.
Optional
Readonly
textContent of the Review.
Optional
Readonly
titleTitle of the Review.
Optional
Readonly
uniquenessIf set, this value must be unique among Reviews.
For example, if you want to have only one Review per Customer and per Product, you can set the value to Customer id
+ Product id
.
When creating a new Review, at least one of
title
,text
orrating
should be set.