A collection of available shipping rates for a checkout.
Access Scopes
Fields
ready:
Boolean! -
Whether or not 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`.
shippingRates:
ShippingRate -
The fetched shipping rates. `null` until the `ready` field is `true`.