Skip to content

Releases: commercetools/commercetools-sdk-typescript

@commercetools/[email protected]

04 Sep 08:03
65b726b
Compare
Choose a tag to compare

Minor Changes

  • 0e0c5bf Thanks @jenschude! - Import changes

    Added Enum(s)
    • added enum canceled to type ProcessingState

@commercetools/[email protected]

04 Sep 08:03
65b726b
Compare
Choose a tag to compare

Minor Changes

  • 0e0c5bf Thanks @jenschude! - History changes

    Added QueryParameter(s)
    • added query parameter associateId to method get /{projectKey}
    • added query parameter associateId to method get /{projectKey}/{resourceType}
    • added query parameter associateId to method get /{projectKey}/{resourceType}/{ID}
Added Property(s)
  • added property associate to type ModifiedBy

@commercetools/[email protected]

10 Aug 12:18
2a881ee
Compare
Choose a tag to compare

Major Changes

  • #514 800c52f Thanks @github-actions! - Update generated SDKs

    Api changes

    Changed Property(s)
    • ⚠️ changed property money of type CartDiscountValueFixed from type CentPrecisionMoney[] to TypedMoney[]
    • ⚠️ changed property money of type CartDiscountValueFixedDraft from type Money[] to TypedMoneyDraft[]
Added Property(s)
  • added property taxedPricePortions to type CustomLineItem
  • added property customLineItemKey to type CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction
  • added property customLineItemKey to type CartChangeCustomLineItemMoneyAction
  • added property customLineItemKey to type CartChangeCustomLineItemPriceModeAction
  • added property customLineItemKey to type CartChangeCustomLineItemQuantityAction
  • added property customLineItemKey to type CartRemoveCustomLineItemAction
  • added property customLineItemKey to type CartSetCustomLineItemCustomFieldAction
  • added property customLineItemKey to type CartSetCustomLineItemCustomTypeAction
  • added property customLineItemKey to type CartSetCustomLineItemShippingDetailsAction
  • added property customLineItemKey to type CartSetCustomLineItemTaxAmountAction
  • added property shippingKey to type CartSetCustomLineItemTaxAmountAction
  • added property customLineItemKey to type CartSetCustomLineItemTaxRateAction
  • added property shippingKey to type CartSetCustomLineItemTaxRateAction
  • added property associate to type ClientLogging
  • added property associate to type CreatedBy
  • added property associate to type LastModifiedBy
  • added property customLineItemKey to type CustomLineItemStateTransitionMessage
  • added property lineItemKey to type LineItemStateTransitionMessage
  • added property customLineItemKey to type OrderCustomLineItemDiscountSetMessage
  • added property customLineItemKey to type OrderCustomLineItemQuantityChangedMessage
  • added property customLineItemKey to type OrderCustomLineItemRemovedMessage
  • added property lineItemKey to type OrderLineItemDiscountSetMessage
  • added property lineItemKey to type OrderLineItemDistributionChannelSetMessage
  • added property lineItemKey to type OrderLineItemRemovedMessage
  • added property customLineItemKey to type CustomLineItemStateTransitionMessagePayload
  • added property lineItemKey to type LineItemStateTransitionMessagePayload
  • added property customLineItemKey to type OrderCustomLineItemDiscountSetMessagePayload
  • added property customLineItemKey to type OrderCustomLineItemQuantityChangedMessagePayload
  • added property customLineItemKey to type OrderCustomLineItemRemovedMessagePayload
  • added property lineItemKey to type OrderLineItemDiscountSetMessagePayload
  • added property lineItemKey to type OrderLineItemDistributionChannelSetMessagePayload
  • added property lineItemKey to type OrderLineItemRemovedMessagePayload
  • added property directDiscounts to type StagedOrder
  • added property shippingDetails to type StagedOrderAddCustomLineItemAction
  • added property inventoryMode to type StagedOrderAddLineItemAction
  • added property customLineItemKey to type StagedOrderChangeCustomLineItemMoneyAction
  • added property customLineItemKey to type StagedOrderChangeCustomLineItemQuantityAction
  • added property customLineItemKey to type StagedOrderImportCustomLineItemStateAction
  • added property lineItemKey to type StagedOrderImportLineItemStateAction
  • added property customLineItemKey to type StagedOrderRemoveCustomLineItemAction
  • added property customLineItemKey to type StagedOrderSetCustomLineItemCustomFieldAction
  • added property customLineItemKey to type StagedOrderSetCustomLineItemCustomTypeAction
  • added property customLineItemKey to type StagedOrderSetCustomLineItemShippingDetailsAction
  • added property customLineItemKey to type StagedOrderSetCustomLineItemTaxAmountAction
  • added property shippingKey to type StagedOrderSetCustomLineItemTaxAmountAction
  • added property customLineItemKey to type StagedOrderSetCustomLineItemTaxRateAction
  • added property shippingKey to type StagedOrderSetCustomLineItemTaxRateAction
  • added property returnItemKey to type StagedOrderSetReturnItemCustomFieldAction
  • added property returnItemKey to type StagedOrderSetReturnItemCustomTypeAction
  • added property returnItemKey to type StagedOrderSetReturnPaymentStateAction
  • added property returnItemKey to type StagedOrderSetReturnShipmentStateAction
  • added property customLineItemKey to type StagedOrderTransitionCustomLineItemStateAction
  • added property lineItemKey to type StagedOrderTransitionLineItemStateAction
  • added property key to type CustomLineItemImportDraft
  • added property key to type CustomLineItemReturnItem
  • added property key to type LineItemImportDraft
  • added property key to type LineItemReturnItem
  • added property directDiscounts to type Order
  • added property purchaseOrderNumber to type OrderImportDraft
  • added property taxCalculationMode to type OrderImportDraft
  • added property key to type ReturnItem
  • added property key to type ReturnItemDraft
  • added property customLineItemKey to type OrderImportCustomLineItemStateAction
  • added property lineItemKey to type OrderImportLineItemStateAction
  • added property customLineItemKey to type OrderSetCustomLineItemCustomFieldAction
  • added property customLineItemKey to type OrderSetCustomLineItemCustomTypeAction
  • added property customLineItemKey to type OrderSetCustomLineItemShippingDetailsAction
  • added property returnItemKey to type OrderSetReturnItemCustomFieldAction
  • added property returnItemKey to type OrderSetReturnItemCustomTypeAction
  • added property returnItemKey to type OrderSetReturnPaymentStateAction
  • added property returnItemKey to type OrderSetReturnShipmentStateAction
  • added property customLineItemKey to type OrderTransitionCustomLineItemStateAction
  • added property lineItemKey to type OrderTransitionLineItemStateAction
Required Property(s)
  • ⚠️ changed property associateRoleAssignments of type AssociateDraft to be required
  • ⚠️ changed property paymentState of type StagedOrderChangePaymentStateAction to be required
  • ⚠️ changed property shipmentState of type StagedOrderChangeShipmentStateAction to be required
  • ⚠️ changed property paymentState of type OrderChangePaymentStateAction to be required
  • ⚠️ changed property shipmentState of type OrderChangeShipmentStateAction to be required
  • changed property roles of type Associate to be optional
  • changed property customLineItemId of type CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction to be optional
  • changed property customLineItemId of type CartChangeCustomLineItemMoneyAction to be optional
  • changed property customLineItemId of type CartChangeCustomLineItemPriceModeAction to be optional
  • changed property customLineItemId of type CartChangeCustomLineItemQuantityAction to be optional
  • changed property customLineItemId of type CartRemoveCustomLineItemAction to be optional
  • changed property customLineItemId of type CartSetCustomLineItemCustomFieldAction to be optional
  • changed property customLineItemId of type CartSetCustomLineItemCustomTypeAction to be optional
  • changed property customLineItemId of type CartSetCustomLineItemShippingDetailsAction to be optional
  • changed property customLineItemId of type CartSetCustomLineItemTaxAmountAction to be optional
  • changed property customLineItemId of type CartSetCustomLineItemTaxRateAction to be optional
  • changed property centAmount of type CentPrecisionMoneyDraft to be optional
  • changed property centAmount of type TypedMoneyDraft to be optional
  • changed property comment of type MyQuoteRequestDraft to be optional
  • changed property customLineItemId of type StagedOrderChangeCustomLineItemMoneyAction to be optional
  • changed property customLineItemId of type StagedOrderChangeCustomLineItemQuantityAction to be optional
  • changed property customLineItemId of type StagedOrderImportCustomLineItemStateAction to be optional
  • changed property lineItemId of type StagedOrderImportLineItemStateAction to be optional
  • changed property customLineItemId of type StagedOrderRemoveCustomLineItemAction to be optional
  • changed property customLineItemId of type StagedOrderSetCustomLineItemCustomFieldAction to be optional
  • changed property customLineItemId of type StagedOrderSetCustomLineItemCustomTypeAction to be optional
  • changed property customLineItemId of type StagedOrderSetCustomLineItemShippingDetailsAction to be optional
  • changed property customLineItemId of type StagedOrderSetCustomLineItemTaxAmountAction to be optional
  • changed property customLineItemId of type `StagedOrderSe...
Read more

@commercetools/[email protected]

10 Aug 12:18
2a881ee
Compare
Choose a tag to compare

Minor Changes

  • #514 800c52f Thanks @github-actions! - History changes

    Added Type(s)
    • added type AddInheritedAssociateChange
    • added type AssociateRoleLabel
    • added type ChangeBuyerAssignableChange
    • added type ChangeInheritedAssociateChange
    • added type InheritedAssociate
    • added type InheritedAssociateRoleAssignment
    • added type Permission
    • added type RemoveInheritedAssociateChange
    • added type SetLocalizedNameChange
    • added type SetPermissionsChange
Added Enum(s)
  • added enum associate-role to type ChangeHistoryResourceType

@commercetools/[email protected]

07 Jul 12:48
7e7f8a4
Compare
Choose a tag to compare

Minor Changes

  • #496 60fe7e5 Thanks @github-actions! - Update generated SDKs

    Api changes

    Added Resource(s)
    • added resource /{projectKey}/in-store/key={storeKey}/cart-discounts
    • added resource /{projectKey}/in-store/key={storeKey}/cart-discounts/key={key}
    • added resource /{projectKey}/in-store/key={storeKey}/cart-discounts/{ID}
Added Property(s)
  • added property stores to type CartDiscount
  • added property stores to type CartDiscountDraft
  • added property key to type CustomLineItem
  • added property key to type CustomLineItemDraft
  • added property key to type CartAddCustomLineItemAction
  • added property key to type StagedOrderAddCustomLineItemAction
  • added property shippingKey to type StagedOrderAddDeliveryAction
Removed Type(s)
  • ⚠️ removed type CartSetDeliveryAddressCustomFieldAction
  • ⚠️ removed type CartSetDeliveryAddressCustomTypeAction
Added Type(s)
  • added type CartDiscountAddStoreAction
  • added type CartDiscountRemoveStoreAction
  • added type CartDiscountSetStoresAction
  • added type MaxCartDiscountsReachedError
  • added type MaxStoreReferencesReachedError
  • added type StoreCartDiscountsLimitReachedError
  • added type GraphQLMaxCartDiscountsReachedError
  • added type GraphQLMaxStoreReferencesReachedError
  • added type GraphQLStoreCartDiscountsLimitReachedError
Added Method(s)
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().withKey().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().withKey().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().withKey().delete()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().withId().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().withId().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().cartDiscounts().withId().delete()

@commercetools/[email protected]

03 Jul 11:35
80e52d7
Compare
Choose a tag to compare

Patch Changes

  • #487 d22b639 Thanks @github-actions! - Update generated SDKs

    Api (Platform) changes

    Added Property(s)
    • added property perMethodTaxRate to type CustomLineItem
    • added property key to type LineItem
    • added property key to type LineItemDraft
    • added property key to type CartAddLineItemAction
    • added property lineItemKey to type CartApplyDeltaToLineItemShippingDetailsTargetsAction
    • added property lineItemKey to type CartChangeLineItemQuantityAction
    • added property lineItemKey to type CartRemoveLineItemAction
    • added property lineItemKey to type CartSetLineItemCustomFieldAction
    • added property lineItemKey to type CartSetLineItemCustomTypeAction
    • added property lineItemKey to type CartSetLineItemDistributionChannelAction
    • added property lineItemKey to type CartSetLineItemInventoryModeAction
    • added property lineItemKey to type CartSetLineItemPriceAction
    • added property lineItemKey to type CartSetLineItemShippingDetailsAction
    • added property lineItemKey to type CartSetLineItemSupplyChannelAction
    • added property lineItemKey to type CartSetLineItemTaxAmountAction
    • added property lineItemKey to type CartSetLineItemTaxRateAction
    • added property lineItemKey to type CartSetLineItemTotalPriceAction
    • added property key to type MyLineItemDraft
    • added property key to type MyCartAddLineItemAction
    • added property lineItemKey to type MyCartApplyDeltaToLineItemShippingDetailsTargetsAction
    • added property lineItemKey to type MyCartChangeLineItemQuantityAction
    • added property lineItemKey to type MyCartRemoveLineItemAction
    • added property lineItemKey to type MyCartSetLineItemCustomFieldAction
    • added property lineItemKey to type MyCartSetLineItemCustomTypeAction
    • added property lineItemKey to type MyCartSetLineItemDistributionChannelAction
    • added property lineItemKey to type MyCartSetLineItemShippingDetailsAction
    • added property lineItemKey to type MyCartSetLineItemSupplyChannelAction
    • added property lineItemKey to type MyShoppingListChangeLineItemQuantityAction
    • 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 lineItemKey to type StagedOrderChangeLineItemQuantityAction
    • added property lineItemKey to type StagedOrderRemoveLineItemAction
    • added property parcelKey to type StagedOrderRemoveParcelFromDeliveryAction
    • added property lineItemKey to type StagedOrderSetLineItemCustomFieldAction
    • added property lineItemKey to type StagedOrderSetLineItemCustomTypeAction
    • added property lineItemKey to type StagedOrderSetLineItemDistributionChannelAction
    • added property lineItemKey to type StagedOrderSetLineItemPriceAction
    • added property lineItemKey to type StagedOrderSetLineItemShippingDetailsAction
    • added property lineItemKey to type StagedOrderSetLineItemTaxAmountAction
    • added property lineItemKey to type StagedOrderSetLineItemTaxRateAction
    • added property lineItemKey to type StagedOrderSetLineItemTotalPriceAction
    • 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 lineItemKey to type OrderSetLineItemCustomFieldAction
    • added property lineItemKey to type OrderSetLineItemCustomTypeAction
    • added property lineItemKey to type OrderSetLineItemShippingDetailsAction
    • 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
Required Property(s)
  • changed property lineItemId of type CartApplyDeltaToLineItemShippingDetailsTargetsAction to be optional
  • changed property lineItemId of type CartChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type CartRemoveLineItemAction to be optional
  • changed property lineItemId of type CartSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type CartSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type CartSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type CartSetLineItemInventoryModeAction to be optional
  • changed property lineItemId of type CartSetLineItemPriceAction to be optional
  • changed property lineItemId of type CartSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type CartSetLineItemSupplyChannelAction to be optional
  • changed property lineItemId of type CartSetLineItemTaxAmountAction to be optional
  • changed property lineItemId of type CartSetLineItemTaxRateAction to be optional
  • changed property lineItemId of type CartSetLineItemTotalPriceAction to be optional
  • changed property lineItemId of type MyCartApplyDeltaToLineItemShippingDetailsTargetsAction to be optional
  • changed property lineItemId of type MyCartChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type MyCartRemoveLineItemAction to be optional
  • changed property lineItemId of type MyCartSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type MyCartSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type MyCartSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type MyCartSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type MyCartSetLineItemSupplyChannelAction to be optional
  • changed property lineItemId of type MyShoppingListChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type StagedOrderChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type StagedOrderRemoveLineItemAction to be optional
  • changed property parcelId of type StagedOrderRemoveParcelFromDeliveryAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemPriceAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTaxAmountAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTaxRateAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTotalPriceAction 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 lineItemId of type OrderSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type OrderSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type OrderSetLineItemShippingDetailsAction 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
Deprecated Property(s)
  • property MyCartChangeLineItemQuantityAction::externalPrice is removed
  • pr...
Read more

@commercetools/[email protected]

03 Jul 11:35
80e52d7
Compare
Choose a tag to compare

Patch Changes

  • #487 d22b639 Thanks @github-actions! - Update generated SDKs

    Api (Platform) changes

    Added Property(s)
    • added property perMethodTaxRate to type CustomLineItem
    • added property key to type LineItem
    • added property key to type LineItemDraft
    • added property key to type CartAddLineItemAction
    • added property lineItemKey to type CartApplyDeltaToLineItemShippingDetailsTargetsAction
    • added property lineItemKey to type CartChangeLineItemQuantityAction
    • added property lineItemKey to type CartRemoveLineItemAction
    • added property lineItemKey to type CartSetLineItemCustomFieldAction
    • added property lineItemKey to type CartSetLineItemCustomTypeAction
    • added property lineItemKey to type CartSetLineItemDistributionChannelAction
    • added property lineItemKey to type CartSetLineItemInventoryModeAction
    • added property lineItemKey to type CartSetLineItemPriceAction
    • added property lineItemKey to type CartSetLineItemShippingDetailsAction
    • added property lineItemKey to type CartSetLineItemSupplyChannelAction
    • added property lineItemKey to type CartSetLineItemTaxAmountAction
    • added property lineItemKey to type CartSetLineItemTaxRateAction
    • added property lineItemKey to type CartSetLineItemTotalPriceAction
    • added property key to type MyLineItemDraft
    • added property key to type MyCartAddLineItemAction
    • added property lineItemKey to type MyCartApplyDeltaToLineItemShippingDetailsTargetsAction
    • added property lineItemKey to type MyCartChangeLineItemQuantityAction
    • added property lineItemKey to type MyCartRemoveLineItemAction
    • added property lineItemKey to type MyCartSetLineItemCustomFieldAction
    • added property lineItemKey to type MyCartSetLineItemCustomTypeAction
    • added property lineItemKey to type MyCartSetLineItemDistributionChannelAction
    • added property lineItemKey to type MyCartSetLineItemShippingDetailsAction
    • added property lineItemKey to type MyCartSetLineItemSupplyChannelAction
    • added property lineItemKey to type MyShoppingListChangeLineItemQuantityAction
    • 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 lineItemKey to type StagedOrderChangeLineItemQuantityAction
    • added property lineItemKey to type StagedOrderRemoveLineItemAction
    • added property parcelKey to type StagedOrderRemoveParcelFromDeliveryAction
    • added property lineItemKey to type StagedOrderSetLineItemCustomFieldAction
    • added property lineItemKey to type StagedOrderSetLineItemCustomTypeAction
    • added property lineItemKey to type StagedOrderSetLineItemDistributionChannelAction
    • added property lineItemKey to type StagedOrderSetLineItemPriceAction
    • added property lineItemKey to type StagedOrderSetLineItemShippingDetailsAction
    • added property lineItemKey to type StagedOrderSetLineItemTaxAmountAction
    • added property lineItemKey to type StagedOrderSetLineItemTaxRateAction
    • added property lineItemKey to type StagedOrderSetLineItemTotalPriceAction
    • 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 lineItemKey to type OrderSetLineItemCustomFieldAction
    • added property lineItemKey to type OrderSetLineItemCustomTypeAction
    • added property lineItemKey to type OrderSetLineItemShippingDetailsAction
    • 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
Required Property(s)
  • changed property lineItemId of type CartApplyDeltaToLineItemShippingDetailsTargetsAction to be optional
  • changed property lineItemId of type CartChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type CartRemoveLineItemAction to be optional
  • changed property lineItemId of type CartSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type CartSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type CartSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type CartSetLineItemInventoryModeAction to be optional
  • changed property lineItemId of type CartSetLineItemPriceAction to be optional
  • changed property lineItemId of type CartSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type CartSetLineItemSupplyChannelAction to be optional
  • changed property lineItemId of type CartSetLineItemTaxAmountAction to be optional
  • changed property lineItemId of type CartSetLineItemTaxRateAction to be optional
  • changed property lineItemId of type CartSetLineItemTotalPriceAction to be optional
  • changed property lineItemId of type MyCartApplyDeltaToLineItemShippingDetailsTargetsAction to be optional
  • changed property lineItemId of type MyCartChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type MyCartRemoveLineItemAction to be optional
  • changed property lineItemId of type MyCartSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type MyCartSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type MyCartSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type MyCartSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type MyCartSetLineItemSupplyChannelAction to be optional
  • changed property lineItemId of type MyShoppingListChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type StagedOrderChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type StagedOrderRemoveLineItemAction to be optional
  • changed property parcelId of type StagedOrderRemoveParcelFromDeliveryAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemPriceAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTaxAmountAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTaxRateAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTotalPriceAction 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 lineItemId of type OrderSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type OrderSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type OrderSetLineItemShippingDetailsAction 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
Deprecated Property(s)
  • property MyCartChangeLineItemQuantityAction::externalPrice is removed
  • pr...
Read more

@commercetools/[email protected]

03 Jul 11:35
80e52d7
Compare
Choose a tag to compare

Patch Changes

  • #487 d22b639 Thanks @github-actions! - Update generated SDKs

    Api (Platform) changes

    Added Property(s)
    • added property perMethodTaxRate to type CustomLineItem
    • added property key to type LineItem
    • added property key to type LineItemDraft
    • added property key to type CartAddLineItemAction
    • added property lineItemKey to type CartApplyDeltaToLineItemShippingDetailsTargetsAction
    • added property lineItemKey to type CartChangeLineItemQuantityAction
    • added property lineItemKey to type CartRemoveLineItemAction
    • added property lineItemKey to type CartSetLineItemCustomFieldAction
    • added property lineItemKey to type CartSetLineItemCustomTypeAction
    • added property lineItemKey to type CartSetLineItemDistributionChannelAction
    • added property lineItemKey to type CartSetLineItemInventoryModeAction
    • added property lineItemKey to type CartSetLineItemPriceAction
    • added property lineItemKey to type CartSetLineItemShippingDetailsAction
    • added property lineItemKey to type CartSetLineItemSupplyChannelAction
    • added property lineItemKey to type CartSetLineItemTaxAmountAction
    • added property lineItemKey to type CartSetLineItemTaxRateAction
    • added property lineItemKey to type CartSetLineItemTotalPriceAction
    • added property key to type MyLineItemDraft
    • added property key to type MyCartAddLineItemAction
    • added property lineItemKey to type MyCartApplyDeltaToLineItemShippingDetailsTargetsAction
    • added property lineItemKey to type MyCartChangeLineItemQuantityAction
    • added property lineItemKey to type MyCartRemoveLineItemAction
    • added property lineItemKey to type MyCartSetLineItemCustomFieldAction
    • added property lineItemKey to type MyCartSetLineItemCustomTypeAction
    • added property lineItemKey to type MyCartSetLineItemDistributionChannelAction
    • added property lineItemKey to type MyCartSetLineItemShippingDetailsAction
    • added property lineItemKey to type MyCartSetLineItemSupplyChannelAction
    • added property lineItemKey to type MyShoppingListChangeLineItemQuantityAction
    • 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 lineItemKey to type StagedOrderChangeLineItemQuantityAction
    • added property lineItemKey to type StagedOrderRemoveLineItemAction
    • added property parcelKey to type StagedOrderRemoveParcelFromDeliveryAction
    • added property lineItemKey to type StagedOrderSetLineItemCustomFieldAction
    • added property lineItemKey to type StagedOrderSetLineItemCustomTypeAction
    • added property lineItemKey to type StagedOrderSetLineItemDistributionChannelAction
    • added property lineItemKey to type StagedOrderSetLineItemPriceAction
    • added property lineItemKey to type StagedOrderSetLineItemShippingDetailsAction
    • added property lineItemKey to type StagedOrderSetLineItemTaxAmountAction
    • added property lineItemKey to type StagedOrderSetLineItemTaxRateAction
    • added property lineItemKey to type StagedOrderSetLineItemTotalPriceAction
    • 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 lineItemKey to type OrderSetLineItemCustomFieldAction
    • added property lineItemKey to type OrderSetLineItemCustomTypeAction
    • added property lineItemKey to type OrderSetLineItemShippingDetailsAction
    • 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
Required Property(s)
  • changed property lineItemId of type CartApplyDeltaToLineItemShippingDetailsTargetsAction to be optional
  • changed property lineItemId of type CartChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type CartRemoveLineItemAction to be optional
  • changed property lineItemId of type CartSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type CartSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type CartSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type CartSetLineItemInventoryModeAction to be optional
  • changed property lineItemId of type CartSetLineItemPriceAction to be optional
  • changed property lineItemId of type CartSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type CartSetLineItemSupplyChannelAction to be optional
  • changed property lineItemId of type CartSetLineItemTaxAmountAction to be optional
  • changed property lineItemId of type CartSetLineItemTaxRateAction to be optional
  • changed property lineItemId of type CartSetLineItemTotalPriceAction to be optional
  • changed property lineItemId of type MyCartApplyDeltaToLineItemShippingDetailsTargetsAction to be optional
  • changed property lineItemId of type MyCartChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type MyCartRemoveLineItemAction to be optional
  • changed property lineItemId of type MyCartSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type MyCartSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type MyCartSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type MyCartSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type MyCartSetLineItemSupplyChannelAction to be optional
  • changed property lineItemId of type MyShoppingListChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type StagedOrderChangeLineItemQuantityAction to be optional
  • changed property lineItemId of type StagedOrderRemoveLineItemAction to be optional
  • changed property parcelId of type StagedOrderRemoveParcelFromDeliveryAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemDistributionChannelAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemPriceAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemShippingDetailsAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTaxAmountAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTaxRateAction to be optional
  • changed property lineItemId of type StagedOrderSetLineItemTotalPriceAction 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 lineItemId of type OrderSetLineItemCustomFieldAction to be optional
  • changed property lineItemId of type OrderSetLineItemCustomTypeAction to be optional
  • changed property lineItemId of type OrderSetLineItemShippingDetailsAction 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
Deprecated Property(s)
  • property MyCartChangeLineItemQuantityAction::externalPrice is removed
  • pr...
Read more

@commercetools/[email protected]

05 Jun 07:53
dc96b7c
Compare
Choose a tag to compare

Minor Changes

  • #483 c87f6bf Thanks @github-actions! - Api changes

    Added Property(s)
    • added property shippingKey to type CartSetShippingMethodTaxAmountAction
    • added property shippingKey to type CartSetShippingMethodTaxRateAction
    • added property deliveryKey to type StagedOrderAddDeliveryAction
    • added property deliveryKey to type StagedOrderAddParcelToDeliveryAction
    • added property deliveryKey to type StagedOrderRemoveDeliveryAction
    • added property deliveryKey to type StagedOrderSetDeliveryAddressAction
    • added property deliveryKey to type StagedOrderSetDeliveryAddressCustomFieldAction
    • added property deliveryKey to type StagedOrderSetDeliveryAddressCustomTypeAction
    • added property deliveryKey to type StagedOrderSetDeliveryCustomFieldAction
    • added property deliveryKey to type StagedOrderSetDeliveryCustomTypeAction
    • added property deliveryKey to type StagedOrderSetDeliveryItemsAction
    • added property shippingKey to type StagedOrderSetShippingMethodTaxAmountAction
    • added property shippingKey to type StagedOrderSetShippingMethodTaxRateAction
    • added property key to type Delivery
    • added property key to type DeliveryDraft
    • added property deliveryKey to type OrderAddDeliveryAction
    • added property deliveryKey to type OrderAddParcelToDeliveryAction
    • added property deliveryKey to type OrderRemoveDeliveryAction
    • added property deliveryKey to type OrderSetDeliveryAddressAction
    • added property deliveryKey to type OrderSetDeliveryAddressCustomFieldAction
    • added property deliveryKey to type OrderSetDeliveryAddressCustomTypeAction
    • added property deliveryKey to type OrderSetDeliveryCustomFieldAction
    • added property deliveryKey to type OrderSetDeliveryCustomTypeAction
    • added property deliveryKey to type OrderSetDeliveryItemsAction
    • added property sku to type ProductRemovePriceAction
    • added property variantId to type ProductRemovePriceAction
    • added property price to type ProductRemovePriceAction
Required Property(s)
  • changed property deliveryId of type StagedOrderAddParcelToDeliveryAction to be optional
  • changed property deliveryId of type StagedOrderRemoveDeliveryAction to be optional
  • changed property deliveryId of type StagedOrderSetDeliveryAddressAction to be optional
  • changed property deliveryId of type StagedOrderSetDeliveryAddressCustomFieldAction to be optional
  • changed property deliveryId of type StagedOrderSetDeliveryAddressCustomTypeAction to be optional
  • changed property deliveryId of type StagedOrderSetDeliveryCustomFieldAction to be optional
  • changed property deliveryId of type StagedOrderSetDeliveryCustomTypeAction to be optional
  • changed property deliveryId of type StagedOrderSetDeliveryItemsAction to be optional
  • changed property deliveryId of type OrderAddParcelToDeliveryAction to be optional
  • changed property deliveryId of type OrderRemoveDeliveryAction to be optional
  • changed property deliveryId of type OrderSetDeliveryAddressAction to be optional
  • changed property deliveryId of type OrderSetDeliveryAddressCustomFieldAction to be optional
  • changed property deliveryId of type OrderSetDeliveryAddressCustomTypeAction to be optional
  • changed property deliveryId of type OrderSetDeliveryCustomFieldAction to be optional
  • changed property deliveryId of type OrderSetDeliveryCustomTypeAction to be optional
  • changed property deliveryId of type OrderSetDeliveryItemsAction to be optional
Added Type(s)
  • added type CartSetLineItemInventoryModeAction
  • added type MoneyOverflowError
  • added type GraphQLMoneyOverflowError
  • added type MyCartSetDirectDiscountsAction
  • added type QuoteCustomerChangedMessage
  • added type QuoteRequestCustomerChangedMessage
  • added type QuoteCustomerChangedMessagePayload
  • added type QuoteRequestCustomerChangedMessagePayload
  • added type QuoteRequestChangeCustomerAction
  • added type QuoteChangeCustomerAction
Added Resource(s)
  • added resource /{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/carts/replicate
Added Enum(s)
  • added enum ReassignMyQuotes to type Permission
  • added enum ReassignOthersQuotes to type Permission
  • added enum RenegotiationAddressed to type QuoteState
Added Method(s)
  • added method apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().carts().replicate().post()

@commercetools/[email protected]

05 Jun 07:53
dc96b7c
Compare
Choose a tag to compare

Patch Changes