All Release Notes
Added sorting capability when retrieving Shipping Methods for a Location
22 February 2022
Composable Commerce
HTTP API
Enhancement
OrdersSearch
You can now sort the query results, for example by ShippingRate price
, when retrieving the Shipping Methods for a Location. Before, you had to implement this logic in the store front application.
- [API] Added
sort
query parameter to Get ShippingMethods for a Location endpoint.