International freight estimate API
POST /v1/fulfillment/shipping/quotes — lightweight calculator; amounts are indicative.
Compatibility alias:
POST /v1/fulfillment/shipments/freight/estimate(same behavior; prefer this path for new integrations).
Quotes are indicative. Exact freight is returned when you create a shipment after parcels are inbound.
Estimate vs preview
| shipping/quotes | preview | |
|---|---|---|
| When | Before / without inbound parcels | After parcels in warehouse |
| Input | Country/postal + weight/size | tracking_numbers[] + full receiver + channel |
| Output | quotes[] reference prices | Single freight / services / total |
Request body
{
"destination": {
"country_code": "US",
"region": "California",
"postal_code": "90001"
},
"weight_kg": 2.05,
"length_cm": 30,
"width_cm": 20,
"height_cm": 10,
"attributes": [
"general"
]
}weight_kgand/orlength_cm+width_cm+height_cm(at least one)- Optional
attributes[](e.g.general,battery) - No
tracking_numbers, no full street address
Response
quotes[] with shipping_channel_code, shipping_channel_name, freight, total (fen). Field reference: response models.
Item attributes {#item-attributes}
GET /v1/fulfillment/shipments/item-attributes — valid attributes[] codes for estimate (e.g. general, battery).
Get Support
Need integration help? Contact Developer Support at support@hiobuy.com · Response within 1–2 business days