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

    Interface ProductSelectionProductExcludedMessagePayload

    Generated after a successful Exclude Product update action.

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

    Hierarchy (View Summary)

    Index

    Properties

    Product that was excluded from the Product Selection.

    type: "ProductSelectionProductExcluded"
    variantExclusion: ProductVariantExclusion

    Product Variant Exclusion after the Exclude Product update action.