Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

v2.9.0

Choose a tag to compare

@jenschude jenschude released this 02 Dec 09:46
v2.9.0
ac7e2f3

Bug Fixes

  • Cart: fix serialization of cart draft (024b8fd)
  • OAuth: fix oauth refresh token URL (0bf801d)

Features

  • ApiClient: add deleteAt to feldDefinition method (d2b6b35)
  • ApiClientDraft: add deleteDaysAfterCreation in fieldDefinitions (4ee7f07)
  • ClientFactory: add option to inject middleware to HttpClients (734fe63)
  • ClientFactory: create HttpClient with CTP client compatible request signature (3a55d24)
  • Customer: support stores for customer (5eee954)
  • Draft: add factory methods in draft classes for ApiClient and Asset and Cart (bc0f616)
  • ImportOrder: support store for order import (175953c), closes #499
  • InStoreRequest: add request to InStoreRequests to add new shipping method endpoint (ee7620f)
  • Me: support me/shopping-lists endpoint (fc52e82)
  • Message: add messages ProductAddedToCategory and ProductRemovedFromCategory (673b4cf)
  • Order: add refusedGift field (7532e38)
  • Product: add discounted field to PriceDraft (b3c44fe)
  • Query: add support for parametrized queries (b3bc4ad), closes #505