Interface ProductSelectionProductRemovedMessagePayload

Generated after a successful Remove Product update action.

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

Properties

Properties

Product that was removed from the Product Selection.

type: "ProductSelectionProductRemoved"

Generated using TypeDoc