14 July 2023
B2BCustomers
We updated Client Logging to include information about Associates performing changes. This enhancement is specific to Associates who create or update a Business Unit, Cart, Order, Quote Request, or Quote within the context of associate endpoints. The 
createdBy and lastModifiedBy properties of affected resources now contain the associate field, referencing the Customer who performed the change. This brings greater visibility into the operations Associates perform within a Business Unit.- [API] Added 
associateto CreatedBy. - [API] Added 
associateto LastModifiedBy. - [GraphQL API] Changed the 
Initiatortype:- Added the 
associateReffield to theInitiatortype. 
 - Added the 
 
The following changes were introduced in terms of GraphQL SDL:
extend type Initiator {
  associateRef: Reference
}