All Release Notes
New deprecated fields on GraphQL
27 August 2020
Composable Commerce
HTTP API
Enhancement
Deprecation
GraphQLCartsExtensibilityProduct catalogSecurity and privacy
Deprecated additional fields on the GraphQL API and added new fields that should be used instead.
- [GraphQL API] Changed the
LineItemDraftOutput
type:- Field
supplyChannel
was deprecated inLineItemDraftOutput
type. - Field
distributionChannel
was deprecated inLineItemDraftOutput
type. - Added the
distributionChannelResId
field to theLineItemDraftOutput
type. - Added the
supplyChannelResId
field to theLineItemDraftOutput
type.
- Field
- [GraphQL API] Changed the
CustomLineItemDraftOutput
type:- Field
taxCategory
was deprecated inCustomLineItemDraftOutput
type - Added the
taxCategoryResId
field to theCustomLineItemDraftOutput
type.
- Field
- [GraphQL API] Changed the
Initiator
type:- Field
customer
was deprecated inInitiator
type. - Field
user
was deprecated inInitiator
type. - Added the
customerRef
field to theInitiator
type. - Added the
userRef
field to theInitiator
type.
- Field
- [GraphQL API] Changed the
NestedAttributeDefinitionType
type:- Field
typeReference
was deprecated inNestedAttributeDefinitionType
type - Added the
typeRef
field to theNestedAttributeDefinitionType
type.
- Field
- [GraphQL API] Changed the
CustomFieldsCommand
type:- Field
type
was deprecated inCustomFieldsCommand
type - Added the
typeResId
field to theCustomFieldsCommand
type.
- Field