World Shipping Pricing
Get the cheaper price of your shipping in 198 countries.
JSON Request Format
{
“quote”: {
“shipper”: {
“country”: string,
“postal_code”: string,
“city”: string
},
“recipient”: {
“is_a_company”: boolean,
“country”: string,
“postal_code”: string,
“city”: string
},
“parcels”: [
{
“weight”: number,
“length”: number,
“width”: number,
“height”: number
}
]
}
}Request fields
"quote" / "shipper" / "country"
"quote" / "shipper" / "postal_code"
"quote" / "shipper" / "city"
"quote" / "recipient" / "is_a_company"
"quote" / "recipient" / "country"
"quote" / "recipient" / "postal_code"
"quote" / "recipient" / "city"
"quote" / "parcels" / "weight"
"quote" / "parcels" / "length"
"quote" / "parcels" / "width"
"quote" / "parcels" / "height"
JSON Response Format
Response fields & values
"amount"
"currency"
"carrier_code"
"code"
"name"
"delay"
"timestamp"
Last updated