DB Schenker Track And Trace Advanced2 API

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

Operations 1

GET /TrackAndTraceAdvanced/v2/GetParcel Retrieves a parcel from a reference #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/db-schenker-trackandtraceadvanced2-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

db-schenker-trackandtraceadvanced2-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: V2
  title: Partner services API V2. Track And Trace Advanced2 API
  description: <a target="_blank" href="/Utils/PartnerServices/ParcelServicesExamples.zip">This zip</a> includes example/sample code to connect to DB Schenker Partner API.
  x-swagger-net-version: 8.5.28.001
servers:
- url: https://parcelservices-se.dbschenker.com/Apipartner
tags:
- name: TrackAndTraceAdvanced2
  description: Responsible for all Web API functions related to Advanced Track and Trace.
paths:
  /TrackAndTraceAdvanced/v2/GetParcel:
    get:
      tags:
      - TrackAndTraceAdvanced2
      summary: Retrieves a parcel from a reference
      operationId: TrackAndTraceAdvanced2_GetParcel
      parameters:
      - name: countryCode
        in: query
        description: The country code
        required: true
        schema:
          type: string
      - name: referenceType
        in: query
        description: A parcel's referenceType
        required: true
        schema:
          type: string
      - name: reference
        in: query
        description: A parcel's reference
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
            text/json:
              schema:
                type: object
            application/xml:
              schema:
                type: object
            text/xml:
              schema:
                type: object
        '401':
          description: Unauthorized
      deprecated: false
      security:
      - basic: []
components:
  securitySchemes:
    basic:
      type: http
      scheme: basic
      description: Basic HTTP Authentication