Skip to content

14.4.0

Compare
Choose a tag to compare
@jenschude jenschude released this 20 Jun 19:53
· 1029 commits to main since this release
73b34dd

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 type StagedOrderRemoveParcelFromDeliveryAction to be optional
  • changed property parcelId of type StagedOrderSetParcelCustomFieldAction to be optional
  • changed property parcelId of type StagedOrderSetParcelCustomTypeAction to be optional
  • changed property parcelId of type StagedOrderSetParcelItemsAction to be optional
  • changed property parcelId of type StagedOrderSetParcelMeasurementsAction to be optional
  • changed property parcelId of type StagedOrderSetParcelTrackingDataAction to be optional
  • changed property parcelId of type OrderRemoveParcelFromDeliveryAction to be optional
  • changed property parcelId of type OrderSetParcelCustomFieldAction to be optional
  • changed property parcelId of type OrderSetParcelCustomTypeAction to be optional
  • changed property parcelId of type OrderSetParcelItemsAction to be optional
  • changed property parcelId of type OrderSetParcelMeasurementsAction to be optional
  • changed property parcelId of type OrderSetParcelTrackingDataAction to be optional
Added Property(s)
  • added property key to type LineItem
  • added property key to type LineItemDraft
  • added property key to type CartAddLineItemAction
  • added property key to type MyLineItemDraft
  • added property key to type MyCartAddLineItemAction
  • added property sku to type StandalonePriceDeletedMessage
  • added property sku to type StandalonePriceDeletedMessagePayload
  • added property key to type StagedOrderAddLineItemAction
  • added property parcelKey to type StagedOrderAddParcelToDeliveryAction
  • added property parcelKey to type StagedOrderRemoveParcelFromDeliveryAction
  • added property parcelKey to type StagedOrderSetParcelCustomFieldAction
  • added property parcelKey to type StagedOrderSetParcelCustomTypeAction
  • added property parcelKey to type StagedOrderSetParcelItemsAction
  • added property parcelKey to type StagedOrderSetParcelMeasurementsAction
  • added property parcelKey to type StagedOrderSetParcelTrackingDataAction
  • added property key to type Parcel
  • added property key to type ParcelDraft
  • added property parcelKey to type OrderAddParcelToDeliveryAction
  • added property parcelKey to type OrderRemoveParcelFromDeliveryAction
  • added property parcelKey to type OrderSetParcelCustomFieldAction
  • added property parcelKey to type OrderSetParcelCustomTypeAction
  • added property parcelKey to type OrderSetParcelItemsAction
  • added property parcelKey to type OrderSetParcelMeasurementsAction
  • added property parcelKey to type OrderSetParcelTrackingDataAction
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 type QuoteState
  • added enum associate-role to type CustomFieldReferenceValue
  • added enum business-unit to type CustomFieldReferenceValue

Import changes

Added Enum(s)
  • added enum associate-role to type CustomFieldReferenceValue
  • added enum business-unit to type CustomFieldReferenceValue

New Contributors

Full Changelog: 14.3.0...14.4.0