{"templateId":"markdown","versions":[{"version":"shipstation-v2","label":"ShipStation V2 API","link":"/apis/shipstation-v2/docs/carriers/dpd-uk-guide","default":true,"active":false,"folderId":"58c9a61d"},{"version":"shipengine","label":"ShipStation API (formerly ShipEngine)","link":"/apis/shipengine/docs/carriers/dpd-uk-guide","default":false,"active":true,"folderId":"58c9a61d"},{"version":"shipstation-v1","label":"ShipStation V1 API","link":"/apis/shipstation-v1/docs/carriers/dpd-uk-guide","default":false,"active":false,"folderId":"58c9a61d"}],"sharedDataIds":{"sidebar":"sidebar-apis/@shipengine/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"DPD UK Guide","keywords":"shipping, labels, shipstation, documentation, api","siteUrl":"https://docs.shipstation.com","lang":"en-US","llmstxt":{"hide":false,"title":"ShipStation API LLM Docs","description":"Find links and references to all markdown documentation for use with LLMs","excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"dpd-uk-guide","__idx":0},"children":["DPD UK Guide"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://www.dpd.co.uk/"},"children":["DPD"]}," is one of the UK's leading parcel delivery companies, offering domestic and international shipping solutions for shipments originating in the UK."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This guide provides developers with the details needed to build DPD UK shipping capabilities into your ShipStation API workflows."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you are using or plan to use the DPD services included with ShipStation API, rather than connecting your own DPD UK account, see our ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/carriers/dpd-from-shipengine"},"children":["DPD from ShipStation guide"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"requirements","__idx":1},"children":["Requirements"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Property"},"children":["Property"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required?"},"children":["Required?"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nickname"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["required"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A nickname for you to identify the carrier account in ShipStation API."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["account_number"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["required"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["This corresponds to User Login ID (username) in DPD."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["password"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["required"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["This is your DPD password."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["customer_account_number"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["required"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["This is a customer account number assigned by DPD, required for tracking purposes. ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"  NOTE: This customer account number is separate from the User Login ID in DPD."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"shipping-requirements","__idx":2},"children":["Shipping Requirements"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Before you can create live DPD labels with ShipStation API, you must contact your DPD account manager and let them know you intend to use ShipStation API and ask for instructions to create test labels."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["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."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"connect-account","__idx":3},"children":["Connect Account"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can connect a DPD UK account using the POST method to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/connections/carriers/"]}," endpoint, or via the ShipStation API Dashboard."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For instructions on connecting DPD via the ShipStation API dashboard, go to our ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://help.shipengine.com/hc/en-us/articles/7687209038747"},"children":["DPD help article"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"connect-via-endpoint","__idx":4},"children":["Connect via Endpoint"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["carrier_name"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["POST /v1/connections/carriers/:carrier_name"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Sample request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"POST /v1/connections/carriers/dpd HTTP/1.1\nHost: api.shipengine.com\nAPI-Key: __YOUR_API_KEY_HERE__\nContent-Type: application/json\n\n{\n  \"nickname\": \"My DPD Account\",\n  \"account_number\": \"123456789\",\n  \"password\": \"pa55word\"\n  \"customer_account_number\": \"123456789\"\n}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A successful connection will return a response with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["carrier_id"]},", which you'll use for any requests for this account going forward."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rates","__idx":5},"children":["Rates"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD UK does not send estimated rates to ShipStation API, as they do not currently provide a Rates API. Your DPD account contact can provide you with the details about your contracted rates."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"service-details","__idx":6},"children":["Service Details"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The available DPD UK 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 ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/reference/list-carrier-services"},"children":["list carrier services"]}," endpoint at any time."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"domestic-services","__idx":7},"children":["Domestic Services"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Service"},"children":["Service"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"API Code"},"children":["API Code"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Sunday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parcel_sunday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel Sunday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_sunday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet Sunday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_sunday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak Sunday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_sunday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Two Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_two_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Next Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_next_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Saturday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parcel_saturday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Saturday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parcel_saturday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Saturday 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parcel_saturday_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Sunday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parcel_sunday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Sunday 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_parcel_sunday_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel Sunday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_sunday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak DPD Next Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_dpd_next_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak DPD 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_dpd_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak DPD 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_dpd_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak Saturday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_saturday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak Saturday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_saturday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak Saturday 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_saturday_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expresspak Sunday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expresspak_sunday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet Sunday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_sunday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet DPD Two Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_dpd_two_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet DPD Next Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_dpd_next_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet DPD 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_dpd_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet DPD 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_dpd_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet Saturday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_saturday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet Saturday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_saturday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pallet Saturday 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pallet_saturday_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel DPD Two Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_dpd_two_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel DPD Next Day"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_dpd_next_day"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel DPD 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_dpd_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight DPD 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_dpd_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel Saturday"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_saturday"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel Saturday 12:00"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_saturday_1200"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Freight Parcel Saturday 10:30"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["freight_parcel_saturday_1030"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Parcel Ship to Shop"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parcel_ship_to_shop"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"international-services","__idx":8},"children":["International Services"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Service"},"children":["Service"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"API Codes"},"children":["API Codes"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Air Express (3 to 5 days)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["air_express"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Air Classic (4 to 7 days)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["air_classic"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Classic"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_classic"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Two Day - Republic of Ireland"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_two_day_republic_of_ireland"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Classic Expresspak"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_classic_expresspak"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Direct"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_direct"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Direct - Republic of Ireland"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_direct_roi"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DPD Direct Lite"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dpd_direct_lite"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"dpd-services-and-ioss","__idx":9},"children":["DPD Services and IOSS"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Some DPD services require an ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://taxation-customs.ec.europa.eu/ioss_en"},"children":["Import One-Stop Shop (IOSS)"]}," number when shipping to specific countries. You must include your IOSS number in the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/international"},"children":["Tax Identifiers Object"]}," of your Create Label requests when using the services below."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["DPD Direct requires an IOSS number for all B2C parcels to Europe with a value less than €150."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Countries where you can send B2C parcels with a value less than €150 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["without"]}," an IOSS registration number: Austria, France, Germany, Ireland, Italy, the Netherlands, and Spain."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"shipping-to-northern-ireland","__idx":10},"children":["Shipping to Northern Ireland"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD supports all movement types for shipping from Great Britain to Northern Ireland, in accordance with the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/windsor-framework"},"children":["Windsor Framework"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["advanced_options.windsor_framework_details.movement_indicator"]}," property can have the following values: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["c2c"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["b2c"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["c2b"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["b2b"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["For C2C, B2C, and C2B shipments"]},": customs data is not mandatory but will be mapped if provided. Otherwise, it will be left blank."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["For B2B shipments"]},":"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You must declare whether the shipment is \"at risk\" of entering Northern Ireland using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["not_at_risk"]}," boolean property."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["not_at_risk"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},", you must provide the following details for your shipment:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Sender UKIMS Number OR Recipient UKIMS Number OR Customs Importer UKIMS Number"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Recipient EORI Number OR Customs Importer EORI Number"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Parcel Value"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Parcel Currency"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product description"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Unit Value"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Item Origin"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Unit Weight"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Quantity"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["not_at_risk"]}," = ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]},", you must provide the following details for your shipment:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Recipient EORI Number OR Customs Importer EORI Number"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Parcel Value"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Parcel Currency"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product description"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Unit Value"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Item Origin"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Unit Weight"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Quantity"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Product Harmonization Code"]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"return-services","__idx":11},"children":["Return Services"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD UK supports returns using any of their domestic services."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Review the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/returns"},"children":["Return Shipping Labels page"]}," for details on creating return labels with ShipStation API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"packages","__idx":12},"children":["Packages"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD does not include specific ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/carrier-packaging"},"children":["carrier package types"]},". You can use the generic ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["package"]}," type or ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/custom-package-types"},"children":["custom package types"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"adding-shipment-insurance","__idx":13},"children":["Adding Shipment Insurance"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Carrier insurance is not supported by our DPD integration, but you can cover your DPD shipments with our third-party insurance partner."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Review the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/insurance"},"children":["Parcel Insurance page"]}," for details on adding shipment insurance with ShipStation API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"label-support","__idx":14},"children":["Label Support"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Label sizes: 4\" x 6\""]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Label formats: PDF"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"label-reference-fields","__idx":15},"children":["Label Reference Fields"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD does not support adding ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/labels/messages"},"children":["custom label messages"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"multi-package-labels","__idx":16},"children":["Multi-Package Labels"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Most DPD UK services support creating multi-package labels, exception for \"Expresspak\" services, Parcel Sunday 10:30, and DPD Direct Lite."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See our ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/multi-package"},"children":["Multi-Package Shipping page"]}," for details about creating multi-package labels."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"label-branding","__idx":17},"children":["Label Branding"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD does not support ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/labels/branding"},"children":["label branding"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"voiding-labels","__idx":18},"children":["Voiding Labels"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD does not support ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/labels/voiding"},"children":["voiding labels"]}," with ShipStation API, as they do not have a void label endpoint. If you need to void a DPD label, you must do so in your DPD account."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"paperless-labels","__idx":19},"children":["Paperless Labels"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Currently, only the Pacel Shop to Shop service supports paperless/QR code labels."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See our ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/labels/paperless"},"children":["Paperless Labels page"]}," for details about creating paperless labels with ShipStation API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"customs-declarations","__idx":20},"children":["Customs Declarations"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Customs declarations are submitted to DPD electronically. No forms will be returned in the request response."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"delivery-confirmation","__idx":21},"children":["Delivery Confirmation"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Confirmation Type"},"children":["Confirmation Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"API Code"},"children":["API Code"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No confirmation"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["none"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No delivery confirmation requested."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See our ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/delivery-confirmation"},"children":["Delivery Confirmation page"]}," for more details about using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["confirmation"]}," property."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"advanced-options","__idx":22},"children":["Advanced Options"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD supports certain ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/carriers/advanced-options"},"children":["advanced options"]},", which you can add to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["shipment"]}," object when creating a shipment or label."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Default Value"},"children":["Default Value"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bill_to_party"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["enumerated string"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Determines which party is paying for shipping costs. This field must be used in conjunction with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bill_to_country_code"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bill_to_postal_code"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bill_to_account"]}," fields. ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," Values: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["recipient"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["third_party"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["delivery_duty_paid"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Bill the duties and taxes to the payor of the shipping charges (DDP)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_machinable"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Indicates that the package cannot be processed through sorting machines."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To ensure you always have the most up-to-date information about a carrier's advanced options, use the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/reference/list-carrier-options"},"children":["list carrier options call"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"manifests","__idx":23},"children":["Manifests"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD does not require ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/manifests"},"children":["manifesting"]}," their shipments."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"scheduling-pickups","__idx":24},"children":["Scheduling Pickups"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD does not support ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/shipping/pickups"},"children":["scheduling pickups"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"service-points-pudo","__idx":25},"children":["Service Points (PUDO)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DPD UK supports dropping off and shipping to ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/pick-up-drop-off/pudo-intro"},"children":["service points"]}," with ShipStation API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"tracking","__idx":26},"children":["Tracking"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ShipStation API's integration with DPD supports receiving tracking updates. Review our ​",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/tracking/tracking"},"children":["Track a Package guides​"]},"​ for details on tracking with the ShipStation API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"disconnecting-your-dpd-account","__idx":27},"children":["Disconnecting Your DPD Account"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See the Disconnect section in our ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/shipengine/docs/reference/carriers/delete-carrier"},"children":["Delete a Carrier page"]}," for the process of deleting or disconnecting a carrier from ShipStation API."]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["NOTE:"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you disconnect a carrier account and reconnect it, the account will have a new ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["carrier_id"]}," in ShipStation API."]}]}]},"headings":[{"value":"DPD UK Guide","id":"dpd-uk-guide","depth":1},{"value":"Requirements","id":"requirements","depth":2},{"value":"Shipping Requirements","id":"shipping-requirements","depth":3},{"value":"Connect Account","id":"connect-account","depth":2},{"value":"Connect via Endpoint","id":"connect-via-endpoint","depth":3},{"value":"Rates","id":"rates","depth":2},{"value":"Service Details","id":"service-details","depth":2},{"value":"Domestic Services","id":"domestic-services","depth":3},{"value":"International Services","id":"international-services","depth":3},{"value":"DPD Services and IOSS","id":"dpd-services-and-ioss","depth":4},{"value":"Shipping to Northern Ireland","id":"shipping-to-northern-ireland","depth":3},{"value":"Return Services","id":"return-services","depth":3},{"value":"Packages","id":"packages","depth":3},{"value":"Adding Shipment Insurance","id":"adding-shipment-insurance","depth":3},{"value":"Label Support","id":"label-support","depth":2},{"value":"Label Reference Fields","id":"label-reference-fields","depth":3},{"value":"Multi-Package Labels","id":"multi-package-labels","depth":3},{"value":"Label Branding","id":"label-branding","depth":3},{"value":"Voiding Labels","id":"voiding-labels","depth":3},{"value":"Paperless Labels","id":"paperless-labels","depth":3},{"value":"Customs Declarations","id":"customs-declarations","depth":3},{"value":"Delivery Confirmation","id":"delivery-confirmation","depth":2},{"value":"Advanced Options","id":"advanced-options","depth":2},{"value":"Manifests","id":"manifests","depth":2},{"value":"Scheduling Pickups","id":"scheduling-pickups","depth":2},{"value":"Service Points (PUDO)","id":"service-points-pudo","depth":2},{"value":"Tracking","id":"tracking","depth":2},{"value":"Disconnecting Your DPD Account","id":"disconnecting-your-dpd-account","depth":2}],"frontmatter":{"seo":{"title":"DPD UK Guide"}},"lastModified":"2026-04-08T10:47:45.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/shipengine/docs/carriers/dpd-uk-guide","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}