Returns a list of available shipping rates for the checkout.
Shipping rates are grouped against shipments. Each checkout can have multiple shipments. Some products are in stock and will be shipped immediately, while others might be back-ordered and sent later.
Order token to authorize Cart and Checkout requests.
200 Success - Returns an array containing several shipment
objects, along with the included array containing all available shipping_rate
and stock_location
objects.
The response is of type object
.