Generated after a successful Set Stores update action.

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

Hierarchy (View Summary)

Properties

Properties

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

type: "CartDiscountStoresSet"