All Release Notes
Added supplyChannel field to InventoryEntryQuantitySet Message
12 November 2021
Enhancement
MessagesProduct 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 InventoryEntryQuantitySetMessage. - [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: ChannelsupplyChannelRef: Reference}