Retrieves all the active ShippingMethods that can ship to the given Location
with a predicate that matches the given Cart.
Each ShippingMethod contains exactly one ShippingRate with the flag isMatching set to true.
This ShippingRate is used when the ShippingMethod is added to the Cart.
Checks if an active ShippingMethod that can ship to the given Location exists for the given Cart. Returns a 200 OK status if the ShippingMethod exists or a 404 Not Found otherwise.
Retrieves all the active ShippingMethods that can ship to the given Location with a
predicate
that matches the given Cart. Each ShippingMethod contains exactly one ShippingRate with the flagisMatching
set totrue
. This ShippingRate is used when the ShippingMethod is added to the Cart.