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

    Interface ProductTailoringRemoveVariantAction

    Either id or sku is required. Produces the ProductVariantTailoringDeleted Message.

    interface ProductTailoringRemoveVariantAction {
        action: "removeVariant";
        id?: number;
        sku?: string;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeVariant"
    id?: number

    The id of the ProductVariant to remove from the Tailoring.

    sku?: string

    The sku of the ProductVariant to remove from the Tailoring.

    staged?: boolean

    If true, only the staged Product Variant Tailoring is removed. If false, both the current and staged Product Variant Tailoring is removed.