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

    Interface VariantKeySetMessagePayload

    Generated after a successful Set Key update action.

    interface VariantKeySetMessagePayload {
        key?: string;
        oldKey?: string;
        type: "VariantKeySet";
    }

    Hierarchy (View Summary)

    Index
    key?: string

    The key that was set on the Variant.

    oldKey?: string

    The previous key of the Variant.

    type: "VariantKeySet"