Generated after a successful Add Store update action.

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

Properties

Properties

The Store that was added to the Cart Discount.

type: "CartDiscountStoreAdded"