Checkout / Shipments
List Shipping Rates
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.
GET
Authorizations
Order token to authorize Cart and Checkout requests.
Response
200
application/vnd.api+json
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
.
Previous
Create new PaymentCreates new Payment for the current checkout.
You can either create new payment source (eg. a Credit Card) or use an existing (for signed in users only).
Newly created payment source will be associated to the current signed in user.
System will automatically invalidate previous (non-finalized) payments (excluding store credit / gift card payments).
[More details on payment system](/developer/core-concepts/payments)
Next