Interface ProductSelectionProductExcludedMessagePayload

Generated after a successful Exclude Product update action.

interface ProductSelectionProductExcludedMessagePayload {
    product: ProductReference;
    type: "ProductSelectionProductExcluded";
    variantExclusion: ProductVariantExclusion;
}

Properties

Product that was excluded from the Product Selection.

type: "ProductSelectionProductExcluded"
variantExclusion: ProductVariantExclusion

Product Variant Exclusion after the Exclude Product update action.

Generated using TypeDoc