31 August 2022
GraphQLPricing and DiscountsProject configuration
We fixed the GraphQL type for changing the Cart Discounts on Discount Codes to achieve alignment with the respective update action on the Discount Codes API.
With this, you can now reference the CartDiscounts by user-defined 
key in addition to id also in the GraphQL API.
Furthermore, we made the Channel-related fields optional in the Store Distribution Channels Changed
 Message.Changes:
- [API] Made 
addedDistributionChannelsandremovedDistributionChannelsfields optional on Store Distribution Channels Changed Message. - [GraphQL API] Changed the 
ChangeDiscountCodeCartDiscountstype:ChangeDiscountCodeCartDiscounts.cartDiscountsinput field type changed from[ReferenceInput!]!to[ResourceIdentifierInput!]!
 - [GraphQL API] Changed the 
StoreDistributionChannelsChangedtype:StoreDistributionChannelsChanged.addedDistributionChannelsfield type changed from[Channel!]!to[Channel!]StoreDistributionChannelsChanged.removedDistributionChannelsReffield type changed from[Reference!]!to[Reference!]StoreDistributionChannelsChanged.addedDistributionChannelsReffield type changed from[Reference!]!to[Reference!]