2 July 2025
B2BCustomersGraphQL
When changing a Business Unit's associate mode from
ExplicitAndFromParent to Explicit, inherited Associates can now be retained as explicit Associates. This enhancement helps maintain access and preserve Associate relationships during organizational restructuring.Changes:
- [API] Added the
makeInheritedAssociatesExplicitfield to the Change Associate Mode update action in the Business Units API. - [GraphQL API] Added the
makeInheritedAssociatesExplicitinput field to theChangeBusinessUnitAssociateModetype.
The following changes were introduced in terms of GraphQL SDL:
extend input ChangeBusinessUnitAssociateMode {
makeInheritedAssociatesExplicit: Boolean = false
}