Internationale Frachtabschätzung API
POST /v1/fulfillment/shipping/quotes - leichtgewichtiger Rechner; Beträge sind indikativ.
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 | |
|---|---|---|
| Wann | Vor / ohne Inbound-Pakete | Nach Paketen im Warehouse |
| Eingabe | Land/Postleitzahl + Gewicht/Größe | parcel_nos[] + vollständiger Empfänger + Channel |
| Ausgabe | quotes[]-Referenzpreise | Einzelne 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_kgund/oderlength_cm+width_cm+height_cm(mindestens eines)- Optional
attributes[](z. B.general,battery) - Keine
parcel_nos, keine vollständige Straßenadresse
Antwort
quotes[] mit shipping_channel_code, shipping_channel_name, freight, total (Fen). Feldreferenz: Antwortmodelle.
Artikelattribute {#item-attributes}
GET /v1/fulfillment/shipments/item-attributes - gültige attributes[]-Codes für Estimate (z. B. general, battery).
Get Support
Need integration help? Contact Developer Support at support@hiobuy.com · Response within 1–2 business days