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

    Interface ProductSelectionProductRemovedMessagePayload

    Generated after a successful Remove Product update action.

    interface ProductSelectionProductRemovedMessagePayload {
        product: ProductReference;
        type: "ProductSelectionProductRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Product that was removed from the Product Selection.

    type: "ProductSelectionProductRemoved"