OBJECT
AvailableShippingRates
A collection of available shipping rates for a checkout.
link GraphQL Schema definition
- type AvailableShippingRates {
- # 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`.
- Boolean! :
- # The fetched shipping rates. `null` until the `ready` field is `true`.
- ShippingRate!] : [
- }