All Release Notes

Added Product key to GraphQL API's Product Projection Search

3 December 2021
Enhancement
Product catalogGraphQLSearch

You can now add the Product key to the results of Product Projection Search queries in the GraphQL API.

Changes:

  • [GraphQL API] Added key field to the ProductProjection type.

The following changes were introduced in terms of GraphQL SDL:

extend type ProductProjection {
key: String
}