Skip to content

14.6.0

Compare
Choose a tag to compare
@jenschude jenschude released this 13 Jul 20:05
· 963 commits to main since this release
6667aa3

What's Changed

  • add Java 11 HTTP client module by @jenschude in #463
  • Update generated SDKs by @github-actions in #461
  • add support for decorated ApiHttpClient by @jenschude in #464

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
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()

Full Changelog: 14.5.0...14.6.0