Documentation for the zipmend API
Documentation for the zipmend API
curl -i -X POST \
https://docs.zipmend.com/_mock/openapi/price \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"items": [
{
"quantity": 1,
"length": 230,
"width": 120,
"height": 80,
"weight": 320
}
],
"loadings": [
{
"name": "Bremen",
"zip_code": "28779",
"country": "DE"
}
],
"unloadings": [
{
"name": "Bremen",
"zip_code": "28779",
"country": "DE"
}
],
"loading_date": "2024-07-19T08:00:00+01:00",
"ftl_timeslot_duration": 6
}'
{ "message": "Success!", "data": [ { "vehicle_type": 11, "value": 407.15, "driving_time": 23575, "estimated_loading_times": [ { "start": "2024-09-19T09:00:00+02:00", "end": "2024-09-19T10:00:00+02:00" } ], "estimated_unloading_times": [ { "start": "2024-09-19T14:00:00+02:00", "end": "2024-09-19T15:00:00+02:00" } ], "available_extra_services": [ { "label": "loadingThroughDriver", "cost": 29.9 }, { "label": "unloadingThroughDriver", "cost": 29.9 } ] }, { "vehicle_type": 12, "value": 450, "driving_time": 24000, "estimated_loading_times": [ { "start": "2024-09-19T09:30:00+02:00", "end": "2024-09-19T10:30:00+02:00" } ], "estimated_unloading_times": [ { "start": "2024-09-19T14:30:00+02:00", "end": "2024-09-19T15:30:00+02:00" } ], "available_extra_services": [ { "label": "loadingThroughDriver", "cost": 34.9 }, { "label": "unloadingThroughDriver", "cost": 34.9 } ] } ] }