DB Schenker Track And Trace Boxes API

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

Operations 1

GET /TrackAndTraceBoxes/v1/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-trackandtraceboxes-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-trackandtraceboxes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: V1
  title: Partner services API V1. Track And Trace Boxes 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: TrackAndTraceBoxes
  description: Responsible for all Web API functions related to Boxes Track and Trace.
paths:
  /TrackAndTraceBoxes/v1/GetParcel:
    get:
      tags:
      - TrackAndTraceBoxes
      summary: Retrieves a parcel from a reference
      operationId: TrackAndTraceBoxes_GetParcel
      parameters:
      - name: countryCode
        in: query
        description: Country code
        required: true
        schema:
          type: string
      - name: referenceType
        in: query
        description: Parcel referenceType [BARCODE]
        required: true
        schema:
          type: string
      - name: reference
        in: query
        description: Parcel reference
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/ParcelWithEventDTO'
                xml:
                  name: ParcelWithEventDTO
                  wrapped: true
                type: array
            text/json:
              schema:
                items:
                  $ref: '#/components/schemas/ParcelWithEventDTO'
                xml:
                  name: ParcelWithEventDTO
                  wrapped: true
                type: array
            application/xml:
              schema:
                items:
                  $ref: '#/components/schemas/ParcelWithEventDTO'
                xml:
                  name: ParcelWithEventDTO
                  wrapped: true
                type: array
            text/xml:
              schema:
                items:
                  $ref: '#/components/schemas/ParcelWithEventDTO'
                xml:
                  name: ParcelWithEventDTO
                  wrapped: true
                type: array
        '400':
          description: BadRequest
        '401':
          description: Unauthorized
      deprecated: false
      security:
      - basic: []
components:
  schemas:
    ParcelWithEventDTO:
      required:
      - DeliveryService
      properties:
        ArrivalDate:
          type: string
        DeliveryService:
          type: string
        DeliveryDate:
          type: string
        Addresses:
          items:
            $ref: '#/components/schemas/AddressDTO'
          xml:
            name: AddressDTO
            wrapped: true
          type: array
        EstimatedTimeOfArrival:
          type: string
        DueDate:
          type: string
        References:
          items:
            $ref: '#/components/schemas/ReferenceDTO'
          xml:
            name: ReferenceDTO
            wrapped: true
          type: array
        ParcelState:
          $ref: '#/components/schemas/TrackingEventDTO'
        Measures:
          items:
            $ref: '#/components/schemas/MeasureDTO'
          xml:
            name: MeasureDTO
            wrapped: true
          type: array
        Events:
          items:
            $ref: '#/components/schemas/TrackingEventDTO'
          xml:
            name: TrackingEventDTO
            wrapped: true
          type: array
      xml:
        name: ParcelWithEventDTO
      type: object
    LocationDTO:
      required:
      - LocationType
      - Name
      properties:
        LocationType:
          type: string
        LocationId:
          type: string
        Name:
          type: string
      xml:
        name: LocationDTO
      type: object
    AddressDTO:
      required:
      - AddressType
      properties:
        AddressType:
          type: string
        AddressId:
          type: string
        MailingAddress:
          $ref: '#/components/schemas/MailingAddressDTO'
        Contacts:
          items:
            $ref: '#/components/schemas/ContactDTO'
          xml:
            name: ContactDTO
            wrapped: true
          type: array
      xml:
        name: AddressDTO
      type: object
    ContactDTO:
      required:
      - ContactType
      - Value
      properties:
        ContactType:
          type: string
        Value:
          type: string
      xml:
        name: ContactDTO
      type: object
    MailingAddressDTO:
      required:
      - Name
      - AddressLine1
      - City
      - PostalCode
      properties:
        Name:
          type: string
        CoAddress:
          type: string
        AddressLine1:
          type: string
        AddressLine2:
          type: string
        City:
          type: string
        PostalCode:
          type: string
        CountryCode:
          type: string
          maxLength: 3
          minLength: 2
      xml:
        name: MailingAddressDTO
      type: object
    TrackingEventDTO:
      required:
      - EventDate
      properties:
        Name:
          type: string
        DisplayName:
          type: string
        EventDate:
          type: string
        Description:
          type: string
        Location:
          $ref: '#/components/schemas/LocationDTO'
        ReferenceData:
          items:
            $ref: '#/components/schemas/ReferenceDTO'
          xml:
            name: ReferenceDTO
            wrapped: true
          type: array
      xml:
        name: TrackingEventDTO
      type: object
    ReferenceDTO:
      required:
      - ReferenceType
      - Value
      properties:
        ReferenceType:
          type: string
        Value:
          type: string
      xml:
        name: ReferenceDTO
      type: object
    MeasureDTO:
      required:
      - MeasureType
      - Value
      properties:
        MeasureType:
          type: string
        Value:
          type: string
      xml:
        name: MeasureDTO
      type: object
  securitySchemes:
    basic:
      type: http
      scheme: basic
      description: Basic HTTP Authentication