This action generates a BusinessUnitParentChanged Message.

interface BusinessUnitChangeParentUnitAction {
    action: "changeParentUnit";
    parentUnit: BusinessUnitResourceIdentifier;
}

Hierarchy (View Summary)

Properties

Properties

action: "changeParentUnit"

New parent unit of the Business Unit. It must be associated with the same Stores, as the old parent unit.

The Business Unit `inheritedAssociates` and `inheritedStores` field values will be [eventually consistent](/../api/general-concepts#eventual-consistency).