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/quotespreview
WannVor / ohne Inbound-PaketeNach Paketen im Warehouse
EingabeLand/Postleitzahl + Gewicht/Größeparcel_nos[] + vollständiger Empfänger + Channel
Ausgabequotes[]-ReferenzpreiseEinzelne 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_kg und/oder length_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

Email support