How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

DB Schenker Partner Services API V1

Version 1 of the Schenker AB (Sweden) Partner services API — the Nordic parcel network surface inherited from Privpak. Nine operations covering service point lookup (DeliveryPoint and ExtendedDeliveryPoint GetAllServicePoints / GetNearestServicePoint), shipment registration via POST /Edi/v1/RegisterEdi and /Edi/v1/RegisterReturnEdi, QR print codes, sorting-code resolution from sender/receiver postal codes and product code, and parcel track-and-trace by barcode. Swagger 2.0, HTTPS only, HTTP Basic authentication; every operation returned 401 unauthenticated when probed 2026-07-30.

DB Schenker Partner Services API V1 is one of 4 APIs that DB Schenker publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Parcel, Track and Trace, EDI, and Service Points. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and SDKs.

This API exposes 9 operations across 9 paths, organized into 6 resource areas, and defines 23 schemas. It is described by OpenAPI 2.0, at version V1.

Requests are made against the base URL https://parcelservices-se.dbschenker.com/Apipartner.

9 operations 9 paths 23 schemas 5 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
V1
Base URL
https://parcelservices-se.dbschenker.com/Apipartner
Authentication
basic
Resource Areas
6

Authentication & Security 1

DB Schenker Partner Services API V1 declares 1 security scheme for authenticating requests. It defines a basic scheme (basic).

  • basic — Basic HTTP Authentication

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 5 GET, 4 POST. They span 6 resource areas: DeliveryPoint, Edi, ExtendedDeliveryPoint, PrintCode, SortingCode, TrackAndTraceBoxes. Each is listed below with its method, path, parameters, and response codes.

DeliveryPoint 2

Responsible for all Web API functions related to Service Points

GET
/DeliveryPoint/v1/GetAllServicePointsdeprecated
Get all Existing Servicepoints for a specified country.
DeliveryPoint_GetAllServicePoints 1 param → 200204400401
POST
/DeliveryPoint/v1/GetNearestServicePointdeprecated
Gives you a list of the Servicepoints nearest to the specified location.
DeliveryPoint_GetNearestServicePoint 1 param → 200204400401
Edi 2

Responsible for all Web API functions related to EDI (For example: Register, Register Return)

POST
/Edi/v1/RegisterEdi/{countryCode}deprecated
Creates an EDI-Shipment in our system. This is needed for all parcels that are sent with Privpak. Called when another TA has managed the creation of the EDI and is notififying PrivPak of data
Edi_RegisterEdi 2 params → 200201401
POST
/Edi/v1/RegisterReturnEdi/{countryCode}deprecated
Creates a return EDI-Shipment in our system. This is needed for all return parcels that are sent with Privpak. Called when another TA has managed the creation of the EDI and is notififying PrivPak of…
Edi_RegisterReturnEdi 2 params → 200201401
ExtendedDeliveryPoint 1

Responsible for all Web API functions related to HITTA

GET
/ExtendedDeliveryPoint/v1/GetAllServicePoints
Get all Existing Servicepoints for a specified country.
ExtendedDeliveryPoint_GetAllServicePoints 1 param → 200204400401
PrintCode 2

Responsible for (QR) print codes.

GET
/print-code/v1
Gets the QR print code for a shipment based on shipment number.
PrintCode_GetQRCode 2 params → 200404410401
GET
/print-code/v1/image
Gets the QR image for a shipment based on shipment number or colli-id. Easy to use as ex. img-src or background-image on element. Ex. set img src to "data:image/svg+xml;base64," + [Svg response from…
PrintCode_GetQRCodeImage 4 params → 200404410401
SortingCode 1

Responsible for all Web API functions related to handling sorting codes in MANET.

POST
/SortingCode/v1/GetSortingCode
Returns a sorting code with the corresponding city and postal code. The departure- and arrival code should be printed on the waybill and STES according to AGI. If the API returns "N/A" the sorting co…
SortingCode_GetSortingCode 1 param → 200400401
TrackAndTraceBoxes 1

Responsible for all Web API functions related to Boxes Track and Trace.

GET
/TrackAndTraceBoxes/v1/GetParcel
Retrieves a parcel from a reference
TrackAndTraceBoxes_GetParcel 3 params → 200400401

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are ServicePointDTO (14 properties), ParcelWithEventDTO (10 properties), MailingAddressDTO (7 properties), TrackingEventDTO (6 properties). Each schema is shown below with its type and property counts.

ServicePointDTO
object
14 properties 6 required
AddressDTO
object
4 properties 1 required
GeoPointDTO
object
2 properties 2 required
WeekdayDTO
object
3 properties 3 required
ServiceDTO
object
2 properties 1 required
ReferenceDTO
object
2 properties 2 required
DeliveryDataDTO
object
2 properties
MailingAddressDTO
object
7 properties 4 required
ContactDTO
object
2 properties 2 required
OpenDTO
object
2 properties 2 required
SearchModel
object
5 properties 1 required
ShipmentDTO
object
4 properties
ParcelDTO
object
6 properties 1 required
CollectorDTO
object
2 properties 1 required
MeasureDTO
object
2 properties 2 required
CodDTO
object
5 properties 3 required
ReturnShipmentDTO
object
4 properties
ReturnParcelDTO
object
6 properties 1 required
GetSortingCodeExternalDto
object
6 properties
BaseSortingCodeDto
object
2 properties
ParcelWithEventDTO
object
10 properties 1 required
TrackingEventDTO
object
6 properties 1 required
LocationDTO
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

db-schenker-partner-services-v1-swagger.json Raw ↑

Other APIs DB Schenker publishes across the network.

DB Schenker Partner Services API V2
DB Schenker Partner Services API V3
DB Schenker Partner Services API V4
Where this information came from

This is an independent, third-party profile of DB Schenker Partner Services API V1, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.