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

    Interface VariantSetSkuAction

    Sets the SKU of the Variant. SKU cannot be changed or removed if it is associated with an InventoryEntry.

    interface VariantSetSkuAction {
        action: "setSku";
        sku?: string;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "setSku"
    sku?: string

    Value to set. Must be unique.

    staged?: boolean

    Whether only the staged sku is updated. If false, both the current and staged sku are updated.