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

    Interface ProductSelectionVariantSelectionChangedMessagePayload

    Generated after a successful Set Variant Selection update action.

    interface ProductSelectionVariantSelectionChangedMessagePayload {
        newVariantSelection: ProductVariantSelection;
        oldVariantSelection: ProductVariantSelection;
        product: ProductReference;
        type: "ProductSelectionVariantSelectionChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    newVariantSelection: ProductVariantSelection

    Product Variant Selection after the Set Variant Selection update action.

    oldVariantSelection: ProductVariantSelection

    Product Variant Selection before the Set Variant Selection update action.

    Product for which the Product Variant Selection changed.

    type: "ProductSelectionVariantSelectionChanged"