import { ShopifyAvailableShippingRates } from '@daffodil/driver/shopify'
A collection of available shipping rates for a checkout.
interface ShopifyAvailableShippingRates {
__typename: "AvailableShippingRates"
ready: boolean
shippingRates: ShopifyShippingRate[]
}
__typename "AvailableShippingRates" |
|---|
ready boolean |
|---|
Whether or not the shipping rates are ready.
The |
shippingRates ShopifyShippingRate[] |
|---|
The fetched shipping rates. |