Generated after a successful Add Store update action.

interface CartDiscountStoreAddedMessagePayload {
    store: StoreKeyReference;
    type: "CartDiscountStoreAdded";
}

Hierarchy (View Summary)

Properties

Properties

The Store that was added to the Cart Discount.

type: "CartDiscountStoreAdded"