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

    Interface ProductTailoringSetKeyAction

    Generates the ProductTailoringKeySet Message.

    interface ProductTailoringSetKeyAction {
        action: "setKey";
        key?: string;
    }

    Hierarchy (View Summary)

    Index
    action: "setKey"
    key?: string

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