Last active
April 3, 2019 23:44
-
-
Save karen-white/1194072d11cdcd8907d92ee8291fd9f6 to your computer and use it in GitHub Desktop.
Sample Rate Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"quote_id": "sample_quote", | |
"messages": [], | |
"carrier_quotes": [ | |
{ | |
"carrier_info": { | |
"code": "usps_pitney_bowes", | |
"display_name": "USPS" | |
}, | |
"quotes": [ | |
{ | |
"code": "", | |
"rate_id": "9vcV1JfckPJZW2pjeNXcKP5y", | |
"display_name": "USPS Priority Mail", | |
"cost": { | |
"currency": "USD", | |
"amount": 6.35 | |
}, | |
"transit_time": { | |
"units": "BUSINESS_DAYS", | |
"duration": 1 | |
}, | |
"dispatch_date": "2018-08-29T00:00:00-05:00" | |
}, | |
{ | |
"code": "", | |
"rate_id": "EakTRTvck2XYGVAQw9Mza8WW", | |
"display_name": "USPS Priority Mail Express", | |
"cost": { | |
"currency": "USD", | |
"amount": 22.98 | |
}, | |
"transit_time": { | |
"units": "BUSINESS_DAYS", | |
"duration": 1 | |
}, | |
"dispatch_date": "2018-08-29T00:00:00-05:00" | |
} | |
] | |
}, | |
{ | |
"carrier_info": { | |
"code": "fedex", | |
"display_name": "FedEx" | |
}, | |
"quotes": [ | |
{ | |
"code": "GND", | |
"rate_id": "JnQ2MPqkAMX9cBsw0jyt551R", | |
"display_name": "FedEx Ground", | |
"cost": { | |
"currency": "USD", | |
"amount": 8.53 | |
}, | |
"transit_time": { | |
"units": "BUSINESS_DAYS", | |
"duration": 1 | |
}, | |
"dispatch_date": "2018-09-05T11:00:00-05:00" | |
}, | |
{ | |
"code": "2DA", | |
"rate_id": "QwygEz9XjZx1bT9rfDZsVxSy", | |
"display_name": "FedEx 2 Day", | |
"cost": { | |
"currency": "USD", | |
"amount": 10.47 | |
}, | |
"transit_time": { | |
"units": "BUSINESS_DAYS", | |
"duration": 2 | |
}, | |
"dispatch_date": "2018-09-05T11:00:00-05:00" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment