12 November 2021
Messages/SubscriptionsProduct catalogGraphQL
We added the field 'supplyChannel' to the InventoryEntryQuantitySet Message on the HTTP API and 'supplyChannel' and 'supplyChannelRef' fields to the GraphQL API.
With these fields, you can check the Channel where changes took place.
Changes:
- [API] Added the 
supplyChannelfield to InventoryEntryQuantitySet Message. - [GraphQL API] Changed the 
InventoryEntryQuantitySettype:- Added the 
supplyChannelReffield to theInventoryEntryQuantitySettype. - Added the 
supplyChannelfield to theInventoryEntryQuantitySettype. 
 - Added the 
 
The following changes were introduced in terms of GraphQL SDL:
extend type InventoryEntryQuantitySet {
  supplyChannel: Channel
  supplyChannelRef: Reference
}