All Release Notes
Added supplyChannel field to InventoryEntryQuantitySet Message
12 November 2021
Composable Commerce
HTTP API
Enhancement
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
supplyChannel
field to InventoryEntryQuantitySet Message. - [GraphQL API] Changed the
InventoryEntryQuantitySet
type:- Added the
supplyChannelRef
field to theInventoryEntryQuantitySet
type. - Added the
supplyChannel
field to theInventoryEntryQuantitySet
type.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type InventoryEntryQuantitySet {supplyChannel: ChannelsupplyChannelRef: Reference}