All Release Notes
Added dynamic shipping rates
20 October 2017
Composable Commerce
HTTP API
Enhancement
CartsOrders
With dynamic shipping rates it is now possible to dynamically set the price for shipping based on value or the new ShippingRateInput of the cart. To learn more about this new feature, please see Tiered shipping rates.
- [API] Added ShippingRatePriceTiers as an optional field on shipping rate.
- [API] Added the
shippingRateInput
field on the Cart and the CartDraft, as well as the corresponding update action SetShippingRateInput. - [API] Added the
shippingRateInput
field on the Order. - [API] Added the
shippingRateInputType
field on the Project.