Interface BusinessUnitStoreModeChangedMessagePayload

Generated after a successful Set Store Mode update action.

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

Properties

oldStoreMode: string

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.

storeMode: string

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"

Generated using TypeDoc