Generated after a successful Set Stores update action.

interface CartDiscountStoresSetMessagePayload {
    stores: StoreKeyReference[];
    type: "CartDiscountStoresSet";
}

Properties

Properties

Stores of the Cart Discount after the Set Stores update action.

type: "CartDiscountStoresSet"