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

    Interface VariantSetKeyAction

    Sets the key of the Variant. Generates the VariantKeySet Message.

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

    Hierarchy (View Summary)

    Index
    action: "setKey"
    key?: string

    Value to set. Must be unique.