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

    Interface ReviewSetTargetAction

    interface ReviewSetTargetAction {
        action: "setTarget";
        target: ProductResourceIdentifier | ChannelResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setTarget"

    Value to set, specified as ProductResourceIdentifier or ChannelResourceIdentifier, respectively. If empty, any existing value will be removed.