Skip to main content
Anchor to AvailableShippingRates

AvailableShippingRates

object

A collection of available shipping rates for a checkout.

•Boolean!non-null

Whether the shipping rates are ready. The shippingRates field is null when this value is false. This field should be polled until its value becomes true.

•[ShippingRate!]

The fetched shipping rates. null until the ready field is true.


Was this section helpful?