Skip to content

Releases: commercetools/commercetools-sdk-typescript

@commercetools/[email protected]

17 Dec 18:12
82397e8
Compare
Choose a tag to compare

Patch Changes

@commercetools/[email protected]

17 Dec 18:12
82397e8
Compare
Choose a tag to compare

Minor Changes

  • #878 90ece88 Thanks @ct-sdks! - Api changes

    Changed Property(s)
    • ⚠️ changed property value of type DirectDiscountDraft from type CartDiscountValue to CartDiscountValueDraft
    • ⚠️ changed property line of type GraphQLErrorLocation from type integer to number
    • ⚠️ changed property column of type GraphQLErrorLocation from type integer to number
    • ⚠️ changed property totalPrice of type OrderLineItemDiscountSetMessage from type Money to CentPrecisionMoney
    • ⚠️ changed property value of type StandalonePriceValueChangedMessage from type Money to TypedMoney
    • ⚠️ changed property oldValue of type StandalonePriceValueChangedMessage from type Money to TypedMoney
    • ⚠️ changed property totalPrice of type OrderLineItemDiscountSetMessagePayload from type Money to CentPrecisionMoney
    • ⚠️ changed property value of type StandalonePriceValueChangedMessagePayload from type Money to TypedMoney
    • ⚠️ changed property oldValue of type StandalonePriceValueChangedMessagePayload from type Money to TypedMoney
    • ⚠️ changed property totalPrice of type StagedOrder from type TypedMoney to CentPrecisionMoney
    • ⚠️ changed property customType of type OrderSearchAnyValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchDateRangeValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchFullTextValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchLongRangeValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchNumberRangeValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchQueryExpressionValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchStringValue from type string to OrderSearchCustomType
    • ⚠️ changed property totalPrice of type Order from type TypedMoney to CentPrecisionMoney
    • ⚠️ changed property price of type ShippingRate from type TypedMoney to CentPrecisionMoney
    • ⚠️ changed property freeAbove of type ShippingRate from type TypedMoney to CentPrecisionMoney
Required Property(s)
  • changed property stores of type BusinessUnit to be optional
  • changed property stores of type Company to be optional
  • changed property stores of type Division to be optional
  • changed property isOnStock of type ProductVariantAvailability to be optional
Added Property(s)
  • added property custom to type ApprovalRule
  • added property approvalRuleMode to type BusinessUnit
  • added property approvalRuleMode to type BusinessUnitDraft
  • added property approvalRuleMode to type Company
  • added property approvalRuleMode to type CompanyDraft
  • added property approvalRuleMode to type Division
  • added property approvalRuleMode to type DivisionDraft
  • added property applicationMode to type CartDiscountValueAbsolute
  • added property applicationMode to type CartDiscountValueAbsoluteDraft
  • added property addressId to type BusinessUnitAddressCustomFieldAddedMessage
  • added property addressId to type BusinessUnitAddressCustomFieldChangedMessage
  • added property addressId to type BusinessUnitAddressCustomFieldRemovedMessage
  • added property addressId to type BusinessUnitAddressCustomTypeRemovedMessage
  • added property addressId to type BusinessUnitAddressCustomTypeSetMessage
  • added property addressId to type CustomerAddressCustomFieldAddedMessage
  • added property addressId to type CustomerAddressCustomFieldChangedMessage
  • added property addressId to type CustomerAddressCustomFieldRemovedMessage
  • added property addressId to type CustomerAddressCustomTypeRemovedMessage
  • added property addressId to type CustomerAddressCustomTypeSetMessage
  • added property metaTitle to type ProductTailoringCreatedMessage
  • added property metaDescription to type ProductTailoringCreatedMessage
  • added property metaKeywords to type ProductTailoringCreatedMessage
  • added property variants to type ProductTailoringCreatedMessage
  • added property staged to type ProductVariantDeletedMessage
  • added property addressId to type BusinessUnitAddressCustomFieldAddedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomFieldChangedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomFieldRemovedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomTypeRemovedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomTypeSetMessagePayload
  • added property addressId to type CustomerAddressCustomFieldAddedMessagePayload
  • added property addressId to type CustomerAddressCustomFieldChangedMessagePayload
  • added property addressId to type CustomerAddressCustomFieldRemovedMessagePayload
  • added property addressId to type CustomerAddressCustomTypeRemovedMessagePayload
  • added property addressId to type CustomerAddressCustomTypeSetMessagePayload
  • added property metaTitle to type ProductTailoringCreatedMessagePayload
  • added property metaDescription to type ProductTailoringCreatedMessagePayload
  • added property metaKeywords to type ProductTailoringCreatedMessagePayload
  • added property variants to type ProductTailoringCreatedMessagePayload
  • added property staged to type ProductVariantDeletedMessagePayload
  • added property warnings to type ProductTailoring
  • added property variants to type ProductTailoringData
  • added property variants to type ProductTailoringDraft
  • added property variants to type ProductTailoringInStoreDraft
  • added property warnings to type Product
  • added property customers to type SearchIndexingConfiguration
  • added property active to type ShippingMethod
  • added property active to type ShippingMethodDraft
  • added property store to type StagedQuote
  • added property source to type EventBridgeDestination
Added Resource(s)
  • added resource /{projectKey}/channels/key={key}
  • added resource /{projectKey}/customers/search
  • added resource /{projectKey}/customers/search/indexing-status
  • added resource /{projectKey}/in-store/key={storeKey}/quote-requests
  • added resource /{projectKey}/in-store/key={storeKey}/staged-quotes
  • added resource /{projectKey}/in-store/key={storeKey}/quotes
  • added resource /{projectKey}/in-store/key={storeKey}/orders/quotes
  • added resource /{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images
  • added resource /{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images
  • added resource /{projectKey}/in-store/key={storeKey}/quote-requests/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/quote-requests/{ID}
  • added resource /{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}
  • added resource /{projectKey}/in-store/key={storeKey}/quotes/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/quotes/{ID}
Removed Resource(s)
  • ⚠️ removed resource /{projectKey}/me/carts/key={key}
Removed Type(s)
  • ⚠️ removed type ProductSearchStatus
Added Type(s)
  • added type ApprovalRuleSetCustomFieldAction
  • added type ApprovalRuleSetCustomTypeAction
  • added type BusinessUnitApprovalRuleMode
  • added type BusinessUnitChangeApprovalRuleModeAction
  • added type DiscountApplicationMode
  • added type CartChangeLineItemsOrderAction
  • added type CustomerIndexingProgress
  • added type CustomerIndexingStatus
  • added type CustomerPagedSearchResponse
  • added type CustomerSearchIndexingStatusResponse
  • added type CustomerSearchRequest
  • added type CustomerSearchResult
  • added type SearchNotReadyError
  • added type GraphQLSearchNotReadyError
  • added type MyCartChangeLineItemsOrderAction
  • added type BusinessUnitApprovalRuleModeChangedMessage
  • added type DeliveryCustomFieldAddedMessage
  • added type DeliveryCustomFieldChangedMessage
  • added type DeliveryCustomFieldRemovedMessage
  • added type DeliveryCustomTypeRemovedMessage
  • added type DeliveryCustomTypeSetMessage
  • added type ProductPriceCustomFieldAddedMessage
  • added type ProductPriceCustomFieldChangedMessage
  • added type ProductPriceCustomFieldRemovedMessage
    ...
Read more

@commercetools/[email protected]

17 Dec 18:12
82397e8
Compare
Choose a tag to compare

Minor Changes

  • #878 90ece88 Thanks @ct-sdks! - Import changes

    Added Type(s)
    • added type InvalidFieldsUpdateError
    • added type NewMasterVariantAdditionNotAllowedError
Deprecated Property(s)
  • property PriceImport::publish is removed
  • property ProductVariantImport::publish is removed
Added Enum(s)
  • added enum customer-group to type CustomFieldReferenceValue

@commercetools/[email protected]

17 Dec 18:12
82397e8
Compare
Choose a tag to compare

Minor Changes

  • #878 90ece88 Thanks @ct-sdks! - History changes

    Required Property(s)
    • changed property id of type ModifiedBy to be optional

@commercetools/[email protected]

10 Dec 21:57
3384241
Compare
Choose a tag to compare

Patch Changes

  • #864 2d622a1 Thanks @ajimae! - Fix issue with sdk-client-v3 returning undefined body on error

@commercetools/[email protected]

10 Dec 12:03
d1bd393
Compare
Choose a tag to compare

Patch Changes

@commercetools/[email protected]

10 Dec 12:03
d1bd393
Compare
Choose a tag to compare

Minor Changes

  • #865 15e3913 Thanks @ct-sdks! - Api changes

    Changed Property(s)
    • ⚠️ changed property value of type DirectDiscountDraft from type CartDiscountValue to CartDiscountValueDraft
    • ⚠️ changed property line of type GraphQLErrorLocation from type integer to number
    • ⚠️ changed property column of type GraphQLErrorLocation from type integer to number
    • ⚠️ changed property totalPrice of type OrderLineItemDiscountSetMessage from type Money to CentPrecisionMoney
    • ⚠️ changed property value of type StandalonePriceValueChangedMessage from type Money to TypedMoney
    • ⚠️ changed property oldValue of type StandalonePriceValueChangedMessage from type Money to TypedMoney
    • ⚠️ changed property totalPrice of type OrderLineItemDiscountSetMessagePayload from type Money to CentPrecisionMoney
    • ⚠️ changed property value of type StandalonePriceValueChangedMessagePayload from type Money to TypedMoney
    • ⚠️ changed property oldValue of type StandalonePriceValueChangedMessagePayload from type Money to TypedMoney
    • ⚠️ changed property totalPrice of type StagedOrder from type TypedMoney to CentPrecisionMoney
    • ⚠️ changed property customType of type OrderSearchAnyValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchDateRangeValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchFullTextValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchLongRangeValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchNumberRangeValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchQueryExpressionValue from type string to OrderSearchCustomType
    • ⚠️ changed property customType of type OrderSearchStringValue from type string to OrderSearchCustomType
    • ⚠️ changed property totalPrice of type Order from type TypedMoney to CentPrecisionMoney
    • ⚠️ changed property price of type ShippingRate from type TypedMoney to CentPrecisionMoney
    • ⚠️ changed property freeAbove of type ShippingRate from type TypedMoney to CentPrecisionMoney
Required Property(s)
  • changed property stores of type BusinessUnit to be optional
  • changed property stores of type Company to be optional
  • changed property stores of type Division to be optional
  • changed property isOnStock of type ProductVariantAvailability to be optional
Added Property(s)
  • added property custom to type ApprovalRule
  • added property approvalRuleMode to type BusinessUnit
  • added property approvalRuleMode to type BusinessUnitDraft
  • added property approvalRuleMode to type Company
  • added property approvalRuleMode to type CompanyDraft
  • added property approvalRuleMode to type Division
  • added property approvalRuleMode to type DivisionDraft
  • added property applicationMode to type CartDiscountValueAbsolute
  • added property applicationMode to type CartDiscountValueAbsoluteDraft
  • added property addressId to type BusinessUnitAddressCustomFieldAddedMessage
  • added property addressId to type BusinessUnitAddressCustomFieldChangedMessage
  • added property addressId to type BusinessUnitAddressCustomFieldRemovedMessage
  • added property addressId to type BusinessUnitAddressCustomTypeRemovedMessage
  • added property addressId to type BusinessUnitAddressCustomTypeSetMessage
  • added property addressId to type CustomerAddressCustomFieldAddedMessage
  • added property addressId to type CustomerAddressCustomFieldChangedMessage
  • added property addressId to type CustomerAddressCustomFieldRemovedMessage
  • added property addressId to type CustomerAddressCustomTypeRemovedMessage
  • added property addressId to type CustomerAddressCustomTypeSetMessage
  • added property metaTitle to type ProductTailoringCreatedMessage
  • added property metaDescription to type ProductTailoringCreatedMessage
  • added property metaKeywords to type ProductTailoringCreatedMessage
  • added property variants to type ProductTailoringCreatedMessage
  • added property staged to type ProductVariantDeletedMessage
  • added property addressId to type BusinessUnitAddressCustomFieldAddedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomFieldChangedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomFieldRemovedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomTypeRemovedMessagePayload
  • added property addressId to type BusinessUnitAddressCustomTypeSetMessagePayload
  • added property addressId to type CustomerAddressCustomFieldAddedMessagePayload
  • added property addressId to type CustomerAddressCustomFieldChangedMessagePayload
  • added property addressId to type CustomerAddressCustomFieldRemovedMessagePayload
  • added property addressId to type CustomerAddressCustomTypeRemovedMessagePayload
  • added property addressId to type CustomerAddressCustomTypeSetMessagePayload
  • added property metaTitle to type ProductTailoringCreatedMessagePayload
  • added property metaDescription to type ProductTailoringCreatedMessagePayload
  • added property metaKeywords to type ProductTailoringCreatedMessagePayload
  • added property variants to type ProductTailoringCreatedMessagePayload
  • added property staged to type ProductVariantDeletedMessagePayload
  • added property warnings to type ProductTailoring
  • added property variants to type ProductTailoringData
  • added property variants to type ProductTailoringDraft
  • added property variants to type ProductTailoringInStoreDraft
  • added property warnings to type Product
  • added property customers to type SearchIndexingConfiguration
  • added property active to type ShippingMethod
  • added property active to type ShippingMethodDraft
  • added property store to type StagedQuote
  • added property source to type EventBridgeDestination
Added Resource(s)
  • added resource /{projectKey}/customers/search
  • added resource /{projectKey}/customers/search/indexing-status
  • added resource /{projectKey}/in-store/key={storeKey}/quote-requests
  • added resource /{projectKey}/in-store/key={storeKey}/staged-quotes
  • added resource /{projectKey}/in-store/key={storeKey}/quotes
  • added resource /{projectKey}/in-store/key={storeKey}/orders/quotes
  • added resource /{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images
  • added resource /{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images
  • added resource /{projectKey}/in-store/key={storeKey}/quote-requests/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/quote-requests/{ID}
  • added resource /{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}
  • added resource /{projectKey}/in-store/key={storeKey}/quotes/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/quotes/{ID}
Removed Resource(s)
  • ⚠️ removed resource /{projectKey}/me/carts/key={key}
Removed Type(s)
  • ⚠️ removed type ProductSearchStatus
Added Type(s)
  • added type ApprovalRuleSetCustomFieldAction
  • added type ApprovalRuleSetCustomTypeAction
  • added type BusinessUnitApprovalRuleMode
  • added type BusinessUnitChangeApprovalRuleModeAction
  • added type DiscountApplicationMode
  • added type CartChangeLineItemsOrderAction
  • added type CustomerIndexingProgress
  • added type CustomerIndexingStatus
  • added type CustomerPagedSearchResponse
  • added type CustomerSearchIndexingStatusResponse
  • added type CustomerSearchRequest
  • added type CustomerSearchResult
  • added type SearchNotReadyError
  • added type GraphQLSearchNotReadyError
  • added type MyCartChangeLineItemsOrderAction
  • added type BusinessUnitApprovalRuleModeChangedMessage
  • added type DeliveryCustomFieldAddedMessage
  • added type DeliveryCustomFieldChangedMessage
  • added type DeliveryCustomFieldRemovedMessage
  • added type DeliveryCustomTypeRemovedMessage
  • added type DeliveryCustomTypeSetMessage
  • added type ProductPriceCustomFieldAddedMessage
  • added type ProductPriceCustomFieldChangedMessage
  • added type ProductPriceCustomFieldRemovedMessage
  • added type ProductPriceCustomFieldsRemovedMessage...
Read more

@commercetools/[email protected]

10 Dec 12:03
d1bd393
Compare
Choose a tag to compare

Minor Changes

  • #865 15e3913 Thanks @ct-sdks! - Import changes

    Added Type(s)
    • added type InvalidFieldsUpdateError
    • added type NewMasterVariantAdditionNotAllowedError
Deprecated Property(s)
  • property PriceImport::publish is removed
  • property ProductVariantImport::publish is removed
Added Enum(s)
  • added enum customer-group to type CustomFieldReferenceValue

@commercetools/[email protected]

10 Dec 12:03
d1bd393
Compare
Choose a tag to compare

Minor Changes

  • #865 15e3913 Thanks @ct-sdks! - History changes

    Required Property(s)
    • changed property id of type ModifiedBy to be optional

@commercetools/[email protected]

02 Dec 13:47
d09a417
Compare
Choose a tag to compare

Patch Changes