17 October 2025
Composable Commerce
HTTP API
Enhancement
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 sku field to the InventoryEntryQuantitySet Message.
  • [GraphQL API] Added the sku field to the InventoryEntryQuantitySet type.

The following changes were introduced in terms of GraphQL SDL:

extend type InventoryEntryQuantitySet {
  sku: String
}