22 July 2025
Composable Commerce
HTTP API
Enhancement
GraphQLExtensibility
GraphQL queries now support Reference Expansion for references within nested attributes in public beta.
For more details and usage examples, see the GraphQL Variant Attributes section of our reference documentation.

Changes:

  • [GraphQL API] Changed the RawProductAttribute type:
    • Added the attributesRaw field to the RawProductAttribute type.

The following changes were introduced in terms of GraphQL SDL:

extend type RawProductAttribute {
  "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
  attributesRaw: [RawProductAttribute!]
}