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

    Interface BusinessUnitChangeApprovalRuleModeAction

    Updates Approval Rules inheritance behavior between Business Units.

    Only Business Units of type `Division` can be changed to `ExplicitAndFromParent`.
    
    This update action generates a [BusinessUnitApprovalRuleModeChanged](ctp:api:type:BusinessUnitApprovalRuleModeChangedMessage) Message.
    
    interface BusinessUnitChangeApprovalRuleModeAction {
        action: "changeApprovalRuleMode";
        approvalRuleMode: BusinessUnitApprovalRuleMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeApprovalRuleMode"

    The new value for approvalRuleMode.