Interface BusinessUnitStoreModeChangedMessagePayload

Generated after a successful Set Store Mode update action.

interface BusinessUnitStoreModeChangedMessagePayload {
    oldStoreMode: BusinessUnitStoreMode;
    oldStores: StoreKeyReference[];
    storeMode: BusinessUnitStoreMode;
    stores: StoreKeyReference[];
    type: "BusinessUnitStoreModeChanged";
}

Hierarchy (View Summary)

Properties

oldStoreMode: BusinessUnitStoreMode

BusinessUnitStoreMode of the Business Unit before the Set Store Mode update action.

oldStores: StoreKeyReference[]

Stores of the Business Unit before the Set Store Mode update action.

BusinessUnitStoreMode of the Business Unit after the Set Store Mode update action.

Stores of the Business Unit after the Set Store Mode update action.

type: "BusinessUnitStoreModeChanged"