OrderCarrierRate Object
Description
A live carrier rate option for fulfilling an order (Sendcloud/Shippo).
Declaration
type OrderCarrierRate {
rateId: String!
provider: String
carrier: String
service: String
total: Float!
currency: String
estimatedDays: Int
contractId: Int
}
Fields
| Name | Type | Description |
|---|---|---|
rateId | String! | Provider rate identifier — pass back to buy the label. |
provider | String | Aggregator the quote came from. Valid values are "sendcloud" or "shippo". |
carrier | String | Carrier name (e.g. "PostNL", "Colissimo"). |
service | String | Service level name shown to the merchant. |
total | Float! | Price including the handling surcharge. |
currency | String | ISO 4217 currency of the price. |
estimatedDays | Int | Estimated delivery time in days. |
contractId | Int | Sendcloud contract identifier required when buying the label. |