Generated after a successful Remove Store update action.

interface CartDiscountStoreRemovedMessagePayload {
    store: StoreKeyReference;
    type: "CartDiscountStoreRemoved";
}

Properties

Properties

The Store that was removed from the Cart Discount.

type: "CartDiscountStoreRemoved"