Optional ReadonlyauthorName of the author.
Optional ReadonlycustomCustom Fields for the Review.
Optional ReadonlycustomerCustomer who created the Review.
Optional ReadonlykeyUser-defined unique identifier for the Review.
Optional ReadonlylocaleLanguage in which the content of the Review is written.
Optional ReadonlyratingRating 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 ReadonlystateState of the Review. Used for approval processes, see Review approval process for details.
Optional ReadonlytargetIdentifies the target of the Review. Can be a Product or a Channel, specified as ProductResourceIdentifier or ChannelResourceIdentifier, respectively.
Optional ReadonlytextContent of the Review.
Optional ReadonlytitleTitle of the Review.
Optional ReadonlyuniquenessIf 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,textorratingshould be set.