All Release Notes
Added support for expanded Channel and Customer Group to GraphQL query for StandalonePrice
1 December 2022
Composable Commerce
HTTP API
Enhancement
GraphQLPricing and Discounts
We understood there is a demand to retrieve the full information about the Channel and the Customer Group on Standalone Prices instead of just the reference to those via the GraphQL API. Before, additional API calls were needed to retrieve the respective information, from now on just one query is sufficient for this use case.
Changes:
- [GraphQL API] Changed the
StandalonePrice
type:- Added the
channel
field to theStandalonePrice
type. - Added the
customerGroup
field to theStandalonePrice
type.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type StandalonePrice {channel: ChannelcustomerGroup: CustomerGroup}