Frequently Asked Questions

If you are new to our DSV Developer Portal, or still getting familiar with our API integration products, you may find some helpful tips and answers to your questions about our products below. For answers to any other questions you might have, we recommend reaching out to our support team at developer.support@dsv.com


Common Errors & Responses

1. Why am I getting a “Drop Off service value must be set” error message?
If you are receiving an error message when submitting an API Booking request that states "Drop Off service value must be set" it is because the dropOff field is mandatory if your country has this option available.
{ "autobook": true,
"product": {
  "dropOff": "<true/false>",
  "name": "Air"
} }