@gradientedge/commercetools-utils
    Preparing search index...

    Interface ReviewUpdate

    interface ReviewUpdate {
        actions: ReviewUpdateAction[];
        version: number;
    }
    Index

    Properties

    Properties

    The list of update actions to be performed on the review.

    version: number

    The expected version of the review on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.