# AvailableShippingRates - customer - OBJECT Version: 2024-10 ## Description A collection of available shipping rates for a checkout. ### Access Scopes ## Fields * [ready](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - 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`. * [shippingRates](/docs/api/customer/2024-10/objects/ShippingRate): ShippingRate - The fetched shipping rates. `null` until the `ready` field is `true`. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples