DPD Germany
DPD is one of Germany's leading parcel delivery solutions offering domestic and international shipping for shipments originating in Germany.
This guide provides developers with the details needed to build DPD Germany shipping capabilities into your ShipStation API workflows.
Requirements
Property | Type | Required? | Description |
---|---|---|---|
nickname | string | required | This is a nickname for you to identify this carrier account in ShipStation API. |
username | string | required | Your DPD Germany account username. |
password | string | required | Your DPD Germany account password. |
Connection Requirements
- Before you can create live DPD labels through ShipStation API, you must contact your DPD account manager to let them know you intend to use ShipStation API and for instructions to create test labels.
- DPD must approve your test labels. Failure to get approval before you start shipping DPD parcels through ShipStation API could result in your account being suspended.
Connect Account
You can connect a DPD Germany account using the POST method to the /v1/connections/carriers/
endpoint, or via the ShipStation API Dashboard.
For instructions on connect a DPD Germany account via the dashboard, visit our DPD Germany help article.
Connect via Endpoint
carrier_name
: dpd_germany
POST /v1/connections/carriers/:carrier_name
Sample request:
A successful connection will return a response with the carrier_id
, which you'll use for any requests for this account going forward.
Rates
DPD Germany does not send estimated rates to ShipStation API, and so does not support rate shopping. Your DPD account contact can provide you with the details about your contracted rates.
Service Details
Available DPD Germany services are provided below. Please note that carriers may update their available services at any time. To ensure you are always using valid services, you can use the list carrier services endpoint at any time.
Domestic Services
Service | API Code |
---|---|
DPD Classic | dpd_classic |
DPD Classic Small Parcel | freight_parcel_sunday |
DPD B2C Predict | dpd_b2c_predict |
DPD 8:30 | dpd_830 |
DPD 12:00 | dpd_1200 |
DPD 12:00 Saturday | dpd_1200_saturday |
DPD 18:00 | dpd_1800 |
DPD 18:00 ID Check | dpd_1800_id_check |
DPD Max | dpd_max |
DPD ParcelLetter | dpd_parcelletter |
International Services
Service | API Code |
---|---|
DPD Classic | dpd_classic_international |
DPD Express International | dpd_classic_small_parcel_international |
DPD Classic Small Parcel | dpd_express_international |
(NON-EU) DPD Classic | dpd_classic_non_eu |
(NON-EU) DPD Classic Small Parcel | dpd_classic_small_non_eu |
DPD B2C Predict | dpd_b2c_predict_international |
DPD 18:00 | dpd_18_00_international |
(NON-EU) DPD 18:00 | dpd_18_00_non_eu |
(NON-EU) DPD B2C Predict | dpd_b2c_predict_non_eu |
Return Services
DPD Germany supports creating return labels for their domestic services.
Review the Return Shipping Labels page for details on creating return labels with ShipStation API.
Packages
The following carrier package types are available for DPD Germany services:
Name | API Code | Package Attributes |
---|---|---|
Standard | standard | International, Domestic |
Adding Shipment Insurance
DPD Germany does not support adding carrier insurance.
Label Support
- Label sizes: 4" x 6"
- Label formats: PDF, ZPL
Label Reference Fields
DPD Germany does not support adding custom label messages.
Multi-Package Labels
DPD Germany supports creating multi-package shipments with all of their available services.
Label Branding
DPD Germany does not support label branding.
Voiding Labels
DPD Germany does not support voiding labels with ShipStation API.
Paperless Labels
DPD Germany does not support paperless labels.
Customs Declarations
Customs declarations are printed directly on DPD Germany labels for international shipments.
Delivery Confirmation
Confirmation Type | API Code | Description |
---|---|---|
None | none | When no confirmation is required. |
See our Delivery Confirmation page for more details about using the confirmation
property.
Advanced Options
DPD Germany does not support any advanced options.
Manifests
DPD Germany does not require manifesting your shipments.
Scheduling Pickups
DPD Germany does not support scheduling pickups using ShipStation API.
Service Points (PUDO)
DPD Germany does not support shipping to service points.
Tracking
ShipStation API's integration with DPD Germany supports receiving tracking updates. Review our ​Track a Package guides​​ for details on tracking with the ShipStation API.
Disconnecting Your DPD Germany Account
See the Disconnect section in our Delete a Carrier page for the process of deleting or disconnecting a carrier from ShipStation API.