Generated after a successful Set Stores update action.

interface BusinessUnitStoresSetMessagePayload {
    stores: StoreKeyReference[];
    type: "BusinessUnitStoresSet";
}

Properties

Properties

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

type: "BusinessUnitStoresSet"

Generated using TypeDoc