v1
latestOpenAPI 3.1.02026-07-1270243932.3 KBRates
Retrieve a rate
Returns an existing rate using a rate object ID. Rates older than 390 days are not returned.
get/rates/{RateId}
Path parameters
RateIdstring required
Object ID of the rate
Headers
SHIPPO-API-VERSIONstring
Example:2018-02-08
Optional string used to pick a non-default API version to use. See our <a href="https://docs.goshippo.com/docs/api_concepts/apiversioning/">API version</a> guide.
Response
Rate
Example response
{
"amount": "5.5",
"amount_local": "5.5",
"currency": "USD",
"currency_local": "USD",
"arrives_by": "08:30:00",
"carrier_account": "078870331023437cb917f5187429b093",
"duration_terms": "Delivery in 1 to 3 business days",
"estimated_days": 2,
"included_insurance_price": "1.05",
"messages": [
{
"source": "UPS",
"code": "carrier_timeout",
"text": "UPS API did not respond. Please try again in a few minutes."
}
],
"object_id": "adcfdddf8ec64b84ad22772bce3ea37a",
"object_owner": "pp@gmail.com",
"provider": "USPS",
"provider_image_75": "https://cdn2.goshippo.com/providers/75/USPS.png",
"provider_image_200": "https://cdn2.goshippo.com/providers/200/USPS.png",
"servicelevel": {
"name": "Priority Mail Express",
"token": "usps_priority_express",
"parent_servicelevel": {
"name": "Priority Mail Express",
"token": "usps_priority_express"
}
},
"shipment": "adcfdddf8ec64b84ad22772bce3ea37a",
"zone": "1"
}