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

    Interface BusinessUnitSetUnitTypeAction

    This action generates a BusinessUnitTypeSet Message.

    interface BusinessUnitSetUnitTypeAction {
        action: "setUnitType";
        parentUnit?: BusinessUnitResourceIdentifier;
        unitType: BusinessUnitType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setUnitType"

    New parent unit for the Business Unit, if unitType="Division".

    New type of the Business Unit.

    If `unitType="Company"`, the Business Unit `storeMode`, `associateMode`, and `approvalRuleMode` field values must be `Explicit`.