AvailableShippingRatesPayload
Live carrier shipping rates payload
type AvailableShippingRatesPayload {
errors: [CarrierRateError!]!
isCached: Boolean!
rates: [CarrierShippingRate!]!
}
Fields
AvailableShippingRatesPayload.errors ● [CarrierRateError!]! non-null object
Providers that failed to return rates
AvailableShippingRatesPayload.isCached ● Boolean! non-null scalar
Whether the result was served from cache
AvailableShippingRatesPayload.rates ● [CarrierShippingRate!]! non-null object
Available rates sorted by price
Returned By
availableShippingRates query