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

    Interface VariantSkuSetMessagePayload

    Generated after a successful Set SKU update action.

    interface VariantSkuSetMessagePayload {
        oldSku?: string;
        sku?: string;
        staged: boolean;
        type: "VariantSkuSet";
    }

    Hierarchy (View Summary)

    Index
    oldSku?: string

    The previous SKU of the Variant.

    sku?: string

    The SKU that was set on the Variant.

    staged: boolean

    Whether the update was only applied to the staged Variant.

    type: "VariantSkuSet"