14.4.0
What's Changed
- Add withkey interface to CustomFieldLocalizedEnumValue and CustomFieldEnumValue by @salander85 in #452
- add feature to extract the GraphQL result data directly by @jenschude in #451
- Update generated SDKs by @github-actions in #449
Api changes
Deprecated Property(s)
- property
MyCartChangeLineItemQuantityAction::externalPrice
is removed - property
MyCartChangeLineItemQuantityAction::externalTotalPrice
is removed
Required Property(s)
- changed property
parcelId
of typeStagedOrderRemoveParcelFromDeliveryAction
to be optional - changed property
parcelId
of typeStagedOrderSetParcelCustomFieldAction
to be optional - changed property
parcelId
of typeStagedOrderSetParcelCustomTypeAction
to be optional - changed property
parcelId
of typeStagedOrderSetParcelItemsAction
to be optional - changed property
parcelId
of typeStagedOrderSetParcelMeasurementsAction
to be optional - changed property
parcelId
of typeStagedOrderSetParcelTrackingDataAction
to be optional - changed property
parcelId
of typeOrderRemoveParcelFromDeliveryAction
to be optional - changed property
parcelId
of typeOrderSetParcelCustomFieldAction
to be optional - changed property
parcelId
of typeOrderSetParcelCustomTypeAction
to be optional - changed property
parcelId
of typeOrderSetParcelItemsAction
to be optional - changed property
parcelId
of typeOrderSetParcelMeasurementsAction
to be optional - changed property
parcelId
of typeOrderSetParcelTrackingDataAction
to be optional
Added Property(s)
- added property
key
to typeLineItem
- added property
key
to typeLineItemDraft
- added property
key
to typeCartAddLineItemAction
- added property
key
to typeMyLineItemDraft
- added property
key
to typeMyCartAddLineItemAction
- added property
sku
to typeStandalonePriceDeletedMessage
- added property
sku
to typeStandalonePriceDeletedMessagePayload
- added property
key
to typeStagedOrderAddLineItemAction
- added property
parcelKey
to typeStagedOrderAddParcelToDeliveryAction
- added property
parcelKey
to typeStagedOrderRemoveParcelFromDeliveryAction
- added property
parcelKey
to typeStagedOrderSetParcelCustomFieldAction
- added property
parcelKey
to typeStagedOrderSetParcelCustomTypeAction
- added property
parcelKey
to typeStagedOrderSetParcelItemsAction
- added property
parcelKey
to typeStagedOrderSetParcelMeasurementsAction
- added property
parcelKey
to typeStagedOrderSetParcelTrackingDataAction
- added property
key
to typeParcel
- added property
key
to typeParcelDraft
- added property
parcelKey
to typeOrderAddParcelToDeliveryAction
- added property
parcelKey
to typeOrderRemoveParcelFromDeliveryAction
- added property
parcelKey
to typeOrderSetParcelCustomFieldAction
- added property
parcelKey
to typeOrderSetParcelCustomTypeAction
- added property
parcelKey
to typeOrderSetParcelItemsAction
- added property
parcelKey
to typeOrderSetParcelMeasurementsAction
- added property
parcelKey
to typeOrderSetParcelTrackingDataAction
Added Type(s)
- added type
CartSetLineItemInventoryModeAction
- added type
MyCartSetDirectDiscountsAction
- added type
StandalonePriceTierAddedMessage
- added type
StandalonePriceTierRemovedMessage
- added type
StandalonePriceTiersSetMessage
- added type
StandalonePriceValidFromAndUntilSetMessage
- added type
StandalonePriceValidFromSetMessage
- added type
StandalonePriceValidUntilSetMessage
- added type
StandalonePriceTierAddedMessagePayload
- added type
StandalonePriceTierRemovedMessagePayload
- added type
StandalonePriceTiersSetMessagePayload
- added type
StandalonePriceValidFromAndUntilSetMessagePayload
- added type
StandalonePriceValidFromSetMessagePayload
- added type
StandalonePriceValidUntilSetMessagePayload
- added type
StandalonePriceAddPriceTierAction
- added type
StandalonePriceRemovePriceTierAction
- added type
StandalonePriceSetPriceTiersAction
- added type
StandalonePriceSetValidFromAction
- added type
StandalonePriceSetValidFromAndUntilAction
- added type
StandalonePriceSetValidUntilAction
- added type
ConfluentCloudDestination
Added Enum(s)
- added enum
RenegotiationAddressed
to typeQuoteState
- added enum
associate-role
to typeCustomFieldReferenceValue
- added enum
business-unit
to typeCustomFieldReferenceValue
Import changes
Added Enum(s)
- added enum
associate-role
to typeCustomFieldReferenceValue
- added enum
business-unit
to typeCustomFieldReferenceValue
New Contributors
- @salander85 made their first contribution in #452
Full Changelog: 14.3.0...14.4.0