2 July 2025
Composable Commerce
HTTP API
Enhancement
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 makeInheritedAssociatesExplicit field to the Change Associate Mode update action in the Business Units API.
  • [GraphQL API] Added the makeInheritedAssociatesExplicit input field to the ChangeBusinessUnitAssociateMode type.

The following changes were introduced in terms of GraphQL SDL:

extend input ChangeBusinessUnitAssociateMode {
  makeInheritedAssociatesExplicit: Boolean = false
}