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

    Interface ReviewSetRatingAction

    This update action produces the ReviewRatingSet Message.

    interface ReviewSetRatingAction {
        action: "setRating";
        rating?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setRating"
    rating?: number

    Value to set. If empty, any existing value will be removed.