Interface ProductSelectionVariantSelectionChangedMessagePayload

Generated after a successful Set Variant Selection update action.

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

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"

Generated using TypeDoc