Change triggered by the Add Product update action.

interface AddProductChange {
    change: string;
    nextValue: Reference;
    type: "AddProductChange";
    variantSelection: ProductVariantSelection;
}

Properties

change: string
nextValue: Reference

Value after the change.

type: "AddProductChange"
variantSelection: ProductVariantSelection

The Product Variants included in the Product Selection.