Documentation of the zipmend api
Documentation of the zipmend api
curl -i -X POST \ -u <username>:<password> \ https://docs.zipmend.com/_mock/openapi/price \ -H 'Content-Type: application/json' \ -d '{ "items": [ { "quantity": 1, "length": 230, "width": 120, "height": 80, "weight": 320 } ], "loadings": [ { "zip": "28779", "city": "Bremen", "country": "DE" } ], "unloadings": [ { "zip": "28779", "city": "Bremen", "country": "DE" } ], "loading_date": "2024-07-19T08:00:00+01:00" }'
{ "message": "Success!", "data": [ { … }, { … } ] }