Interface BusinessUnitStoreAddedMessagePayload

Generated after a successful Add Store update action.

interface BusinessUnitStoreAddedMessagePayload {
    store: StoreKeyReference;
    type: "BusinessUnitStoreAdded";
}

Properties

Properties

The Store that was added to the Business Unit.

type: "BusinessUnitStoreAdded"

Generated using TypeDoc