All Release Notes

Enhanced Client Logging to include changes of Associates

14 July 2023
Enhancement
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 associate to CreatedBy.
  • [API] Added associate to LastModifiedBy.
  • [GraphQL API] Changed the Initiator type:
    • Added the associateRef field to the Initiator type.

The following changes were introduced in terms of GraphQL SDL:

extend type Initiator {
associateRef: Reference
}