Skip to main content

DSV XPress - Pickup changed to a service

· One min read
info

This change takes effect on 2024-09-10. The service is already available, but it will have no effect until this

To extend the possiblities of using DSV XPress, pickup will no longer be automatically booked.

From 2024-09-10 it will be required to include the service code PICKUP if you wish to book pickup with your DSV XPress shipments.

Example

Before

{
...
"service_codes": "DEPARTURE_NOTIFICATION"
...
}

After

{
...
"service_codes": "DEPARTURE_NOTIFICATION,PICKUP"
...
}