Interface ProductSelectionProductAddedMessagePayload

Generated after a successful Add Product update action.

interface ProductSelectionProductAddedMessagePayload {
    product: ProductReference;
    type: "ProductSelectionProductAdded";
    variantSelection: ProductVariantSelection;
}

Properties

Product that was added to the Product Selection.

type: "ProductSelectionProductAdded"
variantSelection: ProductVariantSelection

Product Variant Selection after the Add Product update action.

Generated using TypeDoc