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

    Interface BusinessUnitChangeAssociateModeAction

    Only Business Units of type Division can be changed to ExplicitAndFromParent. This update action generates a BusinessUnitAssociateModeChanged Message.

    interface BusinessUnitChangeAssociateModeAction {
        action: "changeAssociateMode";
        associateMode: BusinessUnitAssociateMode;
        makeInheritedAssociatesExplicit: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeAssociateMode"

    The new value for associateMode.

    makeInheritedAssociatesExplicit: boolean

    If set to true during a change to associateMode="Explicit", all inherited Associates will be converted to explicit Associates.