11.0.0
What's Changed
- Update generated SDKs by @github-actions in #377
Fixes
MyQuoteRequestDraft
added thecartId
andcartVersion
field which replace thecart
andversion
field- fixed property
amount
of typeTransaction
from typeTypedMoney
toCentPrecisionMoney
- removed
ProductPriceSetMessage
and replaced withProductPricesSetMessage
Api changes
Added Resource(s)
- added resource
/{projectKey}/shipping-methods/matching-cart-location
Changed Property(s)
⚠️ changed propertyamount
of typeTransaction
from typeTypedMoney
toCentPrecisionMoney
Added Property(s)
- added property
cartId
to typeMyQuoteRequestDraft
- added property
cartVersion
to typeMyQuoteRequestDraft
- added property
createdAt
to typeAssignedProductSelection
- added property
quoteState
to typeQuote
Required Property(s)
- changed property
discounted
of typeStagedStandalonePrice
to be optional
Removed Property(s)
⚠️ removed propertycart
from typeMyQuoteRequestDraft
⚠️ removed propertyversion
from typeMyQuoteRequestDraft
Added Type(s)
- added type
ProductPricesSetMessage
- added type
ProductPricesSetMessagePayload
Removed Type(s)
⚠️ removed typeProductPriceSetMessage
⚠️ removed typeProductPriceSetMessagePayload
Added Method(s)
- added method
apiRoot.withProjectKey().shippingMethods().matchingCartLocation().get()
Full Changelog: 10.1.0...11.0.0