Skip to content

Releases: commercetools/commercetools-ios-sdk

Bug fixes

21 Oct 21:52
Compare
Choose a tag to compare

0.12.3

Released on 2021-10-15.

Updated

  • Fixed an issue where completionHandler was not called in certain edge cases.

Added custom to Address

22 Jun 14:04
Compare
Choose a tag to compare

0.12.2

Released on 2021-06-22.

Added

  • custom field to Address struct.

Updated CustomLineItem model

26 Apr 15:43
Compare
Choose a tag to compare

0.12.1

Released on 2021-04-26.

Updated

  • CustomLineItem.state property type.
  • Travis CI configuration.

Support for Customer Profile in a Specific Store

25 Oct 09:29
Compare
Choose a tag to compare

0.12.0

Released on 2019-10-24.

Added

  • Support for Customer Profile in a Specific Store
    • Get Customer in a Store
    • Create Customer (Sign Up) in a Store
    • Authenticate Customer (Sign In) in a Store
    • Update Customer in a Store
    • Change Customer's Password in a Store
    • Reset Customer's Password in a Store
    • Verify Customer's Email in a Store
    • Delete Customer in a Store
  • Ability to set the global store key from the configuration plist file.

Store support for customers

29 Aug 17:04
Compare
Choose a tag to compare

0.11.0

Released on 2019-08-29.

Added

  • Store support for customers.

External OAuth tokens

05 Jul 12:55
Compare
Choose a tag to compare

0.10.0

Released on 2019-07-05.

Added

  • Support for external OAuth tokens.

In-store support for Carts and Orders

20 Jun 23:58
Compare
Choose a tag to compare

0.9.0

Released on 2019-06-20.

Added

  • key attribute to the CartDiscount.
  • key attribute to the ProductDiscount.
  • lastModifiedBy and createdBy fields to a number of endpoints.
  • Following methods for the Cart:
    • Get a Cart in a Store by ID
    • Get Active Cart in a Store by ID
    • Query Carts in a Store
    • Create a Cart in a Store
    • Update a Cart in a Store
    • Delete a Cart in a Store
  • Following methods for the Order:
    • Get Order in a Store by ID
    • Query Orders in a Store by ID
    • Create Order in a Store from a Cart

Updated

  • SimilarProductSearchRequestMeta model.
  • Similar Products’s ProductSetSelector.

Machine learning endpoints

26 Apr 10:22
Compare
Choose a tag to compare

0.8.0

Released on 2018-04-26.

Added

  • SimilarProducts machine learning endpoint.
  • CategoryRecommendations machine learning endpoint.
  • Store endpoint.
  • CustomLineItemReturnItem to be used on a ReturnInfo.
  • key attribute on the Zone.

Updated

  • Use ResourceIdentifier for distributionChannel and supplyChannel on LineItemDraft.
  • Use ResourceIdentifier for shippingMethod on CartDraft.

Support for recovering from invalid access token

31 Aug 08:06
Compare
Choose a tag to compare

0.7.6

Released on 2018-08-31.

Added

  • Support for recovering from invalid access token.
  • invalidToken error type.

Support for high precision money, line item specific shipping addresses

11 Jun 18:01
Compare
Choose a tag to compare

0.7.5

Released on 2018-06-11.

Added

  • Support for high precision money.
  • LineItem specific shipping addresses.
  • groups to DiscountCodes.
  • CartOrigin
  • Custom field to CustomerGroup.