Skip to content

11.0.0

Compare
Choose a tag to compare
@jenschude jenschude released this 21 Dec 14:14
· 1483 commits to main since this release
4f31ea7

What's Changed

  • Update generated SDKs by @github-actions in #377

Fixes

  • MyQuoteRequestDraft added the cartIdand cartVersion field which replace the cart and version field
  • fixed property amount of type Transaction from type TypedMoney to CentPrecisionMoney
  • removed ProductPriceSetMessage and replaced with ProductPricesSetMessage

Api changes

Added Resource(s)
  • added resource /{projectKey}/shipping-methods/matching-cart-location
Changed Property(s)
  • ⚠️ changed property amount of type Transaction from type TypedMoney to CentPrecisionMoney
Added Property(s)
  • added property cartId to type MyQuoteRequestDraft
  • added property cartVersion to type MyQuoteRequestDraft
  • added property createdAt to type AssignedProductSelection
  • added property quoteState to type Quote
Required Property(s)
  • changed property discounted of type StagedStandalonePrice to be optional
Removed Property(s)
  • ⚠️ removed property cart from type MyQuoteRequestDraft
  • ⚠️ removed property version from type MyQuoteRequestDraft
Added Type(s)
  • added type ProductPricesSetMessage
  • added type ProductPricesSetMessagePayload
Removed Type(s)
  • ⚠️ removed type ProductPriceSetMessage
  • ⚠️ removed type ProductPriceSetMessagePayload
Added Method(s)
  • added method apiRoot.withProjectKey().shippingMethods().matchingCartLocation().get()

Full Changelog: 10.1.0...11.0.0