ShippingRate
Permission required: shipping_rate:read
type ShippingRate {
carrier: ShippingCarrier
carrierName: String
price: ShippingRatePrice
service: ShippingService
}
Fields
ShippingRate.carrier ● ShippingCarrier object
The carrier offering the rate.
ShippingRate.carrierName ● String scalar
The name of the carrier offering the rate.
ShippingRate.price ● ShippingRatePrice object
The price of the rate.
ShippingRate.service ● ShippingService object
The shipping service of the rate.
Returned By
shippingRates query