Integrieren Sie YACHT direkt in Ihr ERP-System (SAP, Oracle, Salesforce, etc.)
Lade Keys…
Preisanfrage per cURL:
curl -X POST https://yacht-logistics.de/api/quote \
-H "X-Api-Key: yk_live_..." \
-H "Content-Type: application/json" \
-d '{
"origin": "Shanghai",
"destination": "Hamburg",
"cargo_type": "FCL_20",
"weight_kg": 18000
}'