Returns a list of shipping rates for the current cart. The rates given are only estimates and can vary from the final shipping rates.
Order token to authorize Cart and Checkout requests.
Pass country ISO or ISO3 symbol to get estimations for this destination. If no code is passed we'll try to use Cart shipping address country or the default Country for the current Store.
"USA"
Specify the fields you would like returned in the response body. More information.
200 Success - Returns an array of shipping_rate
objects.
The response is of type object
.
Returns a list of shipping rates for the current cart. The rates given are only estimates and can vary from the final shipping rates.
Order token to authorize Cart and Checkout requests.
Pass country ISO or ISO3 symbol to get estimations for this destination. If no code is passed we'll try to use Cart shipping address country or the default Country for the current Store.
"USA"
Specify the fields you would like returned in the response body. More information.
200 Success - Returns an array of shipping_rate
objects.
The response is of type object
.