Internationale Frachtabschätzung API

POST /v1/fulfillment/shipments/freight/estimate - leichtgewichtiger Rechner; Beträge sind indikativ.

Vergleichen Sie mit Shipment Preview (exakte Preisberechnung nach Inbound).

Estimate vs. Preview

freight/estimatepreview
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).