All Release Notes
Retrieve applicable Shipping Methods for a Cart and Location
21 December 2022
Composable Commerce
HTTP API
New feature
Carts
You can now retrieve Shipping Methods that match a given Cart and Location. The new endpoint is especially useful in cases where a Cart must match Shipping Method predicates, but does not have its shippingAddress
defined. For example, this allows you to retrieve applicable Shipping Methods for a Cart with multiple Shipping Methods.
Changes:
- [API] added Get ShippingMethods for a Cart and Location endpoint.