All Release Notes
Removed deprecated names of Product Variant Selection types
30 June 2023
Composable Commerce
HTTP API
Announcement
Deprecation
Product catalogGraphQL
As announced before we have now removed the deprecated values from the type
field of ProductVariantSelection.
To assign Variants to Product Selections, use the IncludeOnly and IncludeAllExcept types instead.
Changes:
- [API] Removed
inclusion
andexclusion
values from thetype
field of ProductVariantSelection. - [GraphQL API] Removed the following types on the GraphQL schema:
ProductVariantSelectionExclusion
,ProductVariantSelectionInclusion
.