@gradientedge/commercetools-utils
    Preparing search index...

    Interface MyBusinessUnitChangeParentUnitAction

    Changing the parent of a Business Unit generates a BusinessUnitParentChanged Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeParentUnit"

    New parent unit of the Business Unit. The new parent unit must have the same top-level unit as the old parent unit.