All Release Notes
Removed deprecated ProductSelectionType
4 August 2023
Composable Commerce
HTTP API
Enhancement
Deprecation
Product catalogGraphQL
As announced before we have now removed the deprecated type
field from ProductSelection and its draft, alongside the deprecated ProductSelectionType. The feature has been replaced by ProductSelectionMode kept in the mode
field of the ProductSelection.
Changes:
- [API] Removed the
type
field from Product Selection and ProductSelectionDraft. - [API] Removed
ProductSelectionTypeEnum
,IndividualProductSelectionType
, andIndividualExclusionProductSelectionType
from the Product Selections API. - [GraphQL API] Removed the
type
field from theProductSelection
type. - [GraphQL API] Removed the input field
type
from theCreateProductSelectionDraft
type.