17 October 2025
Product catalogMessages/SubscriptionsGraphQL
We’ve added the
sku field to the InventoryEntryQuantitySet Message. This field lets you identify which Product Variant inventory changed without resolving the inventoryEntry reference, removing an extra API call for subscriber services.Changes:
- [API] Added the
skufield to the InventoryEntryQuantitySet Message. - [GraphQL API] Added the
skufield to theInventoryEntryQuantitySettype.
The following changes were introduced in terms of GraphQL SDL:
extend type InventoryEntryQuantitySet {
sku: String
}