Skip to content

Releases: commercetools/commercetools-sdk-typescript

@commercetools/[email protected]

05 Aug 09:49
48b6815
Compare
Choose a tag to compare

Minor Changes

  • #725 99e7953 Thanks @ct-sdks! - Api changes

    Changed Property(s)
    • ⚠️ changed property value of type DirectDiscountDraft from type CartDiscountValue to CartDiscountValueDraft
    • ⚠️ 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 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 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 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 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 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 variants to type ProductTailoringData
  • added property variants to type ProductTailoringDraft
  • added property variants to type ProductTailoringInStoreDraft
  • added property active to type ShippingMethod
  • added property active to type ShippingMethodDraft
  • added property store to type StagedQuote
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 QueryParameter(s)
  • ⚠️ removed query parameter localeProjection from method get /{projectKey}/products
  • ⚠️ removed query parameter localeProjection from method post /{projectKey}/products
  • ⚠️ removed query parameter localeProjection from method get /{projectKey}/products/key={key}
  • ⚠️ removed query parameter localeProjection from method post /{projectKey}/products/key={key}
  • ⚠️ removed query parameter localeProjection from method delete /{projectKey}/products/key={key}
  • ⚠️ removed query parameter localeProjection from method get /{projectKey}/products/{ID}
  • ⚠️ removed query parameter localeProjection from method post /{projectKey}/products/{ID}
  • ⚠️ removed query parameter localeProjection from method delete /{projectKey}/products/{ID}
  • ⚠️ removed query parameter sort from method get /{projectKey}/product-projections/suggest
  • ⚠️ removed query parameter offset from method get /{projectKey}/product-projections/suggest
  • ⚠️ removed query parameter withTotal from method get /{projectKey}/product-projections/suggest
Added Method(s)
  • added method apiRoot.withProjectKey().customers().search().post()
  • added method apiRoot.withProjectKey().customers().search().head()
  • added method apiRoot.withProjectKey().customers().searchIndexingStatus().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()
  • added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue...
Read more

@commercetools/[email protected]

05 Aug 09:49
48b6815
Compare
Choose a tag to compare

Minor Changes

  • #764 5869749 Thanks @ct-sdks! - Import changes

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

@commercetools/[email protected]

05 Jun 20:36
710fc95
Compare
Choose a tag to compare

Major Changes

@commercetools/[email protected]

05 Jun 20:36
710fc95
Compare
Choose a tag to compare

Minor Changes

  • #696 3ab225d Thanks @ct-sdks! - Api changes

    Changed Property(s)
    • ⚠️ changed property value of type DirectDiscountDraft from type CartDiscountValue to CartDiscountValueDraft
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 Type(s)
  • added type StagedOrderSetShippingCustomFieldAction
  • added type StagedOrderSetShippingCustomTypeAction
  • added type OrderSetShippingCustomFieldAction
  • added type OrderSetShippingCustomTypeAction

Patch Changes

@commercetools/[email protected]

30 Apr 14:25
d861388
Compare
Choose a tag to compare

Patch Changes

@commercetools/[email protected]

30 Apr 14:25
d861388
Compare
Choose a tag to compare

Minor Changes

  • #676 8b1aecc Thanks @ajimae! - Add custom logger function

  • #679 b8bc24d Thanks @ajimae! - - Add a before middleware function that runs before the coco api call is initiated

    • Add an after middleware function that runs after the coco api call is done executing

@commercetools/[email protected]

30 Apr 14:25
d861388
Compare
Choose a tag to compare

Minor Changes

  • #680 a00e693 Thanks @ct-sdks! - Api changes

    Changed Property(s)
    • ⚠️ changed property custom of type MyBusinessUnitDraft from type CustomFields to CustomFieldsDraft
    • ⚠️ changed property custom of type MyCompanyDraft from type CustomFields to CustomFieldsDraft
    • ⚠️ changed property custom of type MyDivisionDraft from type CustomFields to CustomFieldsDraft
Required Property(s)
  • ⚠️ changed property stores of type BusinessUnit to be required
  • ⚠️ changed property stores of type Company to be required
  • ⚠️ changed property stores of type Division to be required
  • ⚠️ changed property stores of type BusinessUnitSetStoresAction to be required
  • ⚠️ changed property stores of type CartDiscountSetStoresAction to be required
  • ⚠️ changed property stores of type Customer to be required
  • ⚠️ changed property stores of type CustomerSetStoresAction to be required
Added Property(s)
  • added property postFilter to type ProductSearchRequest

Patch Changes

@commercetools/[email protected]

30 Apr 14:25
d861388
Compare
Choose a tag to compare

Minor Changes

  • #685 88c5c05 Thanks @ct-sdks! - Import changes

    MarkDeprecated Property(s)
    • marked property PriceImport::publish as deprecated
    • marked property ProductVariantImport::publish as deprecated
Added Property(s)
  • added property staged to type PriceImport
  • added property staged to type ProductVariantImport

Patch Changes

@commercetools/[email protected]

10 Apr 20:58
083f466
Compare
Choose a tag to compare

Patch Changes

  • #671 344fd2d Thanks @ajimae! - Fix malformed uri error due to wrong object to uri serialization.

@commercetools/[email protected]

10 Apr 20:58
083f466
Compare
Choose a tag to compare

Minor Changes

  • #670 96c319a Thanks @ct-sdks! - Api changes

    Added Property(s)
    • added property attributedTo to type CreatedBy
    • added property attributedTo to type LastModifiedBy
Added Type(s)
  • added type Attribution
  • added type AttributionSource
Removed Method(s)
  • ⚠️ removed method apiRoot.withProjectKey().products().search().head()

Patch Changes