Search Help Contents:

 


 

Topics

Home

Getting Started

Data Types

Event Codes & References

Error Codes

Best Practices

Notifications

Version Policy

API Calls

  POST /oauth2/token

  GET /health

  Shipments

    GET shipments

    GET shipments/count

    GET shipments/{id}

    GET shipments/{id}/address_information

   GET shipments/{id}/documents

    GET shipments/{id}/documents/{documentId}/download

    GET shipments/{id}/events

    GET shipments/{id}/references

    GET shipments/exactmatch

  Containers

  OM Containers

  Consignments and Cross-Dock

 

GET shipments/{id}

 

Get detailed information about a shipment with the given identifier.

 

Example Request

GET tracking/v2/shipments/1234567890

Host: api.expeditors.com

User-Agent:  HTTPie/0.9.9

Authorization: Bearer Ejr2YotnFZFEjr1zCsicMWpAAotnFZFEjr1zCsic

 

Headers

Header Purpose Values

Required?

Authorization Provide bearer token Bearer "{token}"

Y

 

Parameters

Parameter Purpose Values

Required?

id Identifier for shipment URL-encoded string, 1 to 12 characters

Y

 

 

Response

The response format is JSON; see Data Types - Shipment for data types.

 

Example Result

200 OK

Content-Type: application/json

Cache-Control: no-store

Pragma: no-cache

 

[  

   {  

      "id":"1234567890",

      "status":"In Transit",

      "lastUpdateTime": "2018-01-03T13:47:00Z",

      "origin":{  

         "name":"Seattle, WA",

         "code":"SEA"

      },

      "destination":{  

         "name":"Hong Kong",

         "code":"HKG"

      },

      "delivery":{  

         "name":"Hong Kong",

         "code":"HKG"

      },

      "loading":{  

         "name":"Seattle, WA",

         "code":"SEA"

      },

      "unlading":{  

         "name":null,

         "code":null

      },

      "clearance":{  

         "name":"Seattle, WA",

         "code":"SEA"

      },

      "mode":"Ocean",

      "vessel":"CHISWICK BRIDGE",

      "voyageFlight":"124",

      "freightTerms":"P",

      "serviceType":"D2D",

      "quantity":{  

         "value":"914",

         "unit":"PCS"

      },

      "weight":{  

         "value":"8445.0",

         "unit":"M3"

      },

      "volume":{  

         "value":"75.440",

         "unit":"K"

      },

      "carrier":{  

         "code":"KKLU",

         "name":"K LINE AMERICA, INC."

      },

      "consignee":"Lucky and Company, Ltd.",

      "shipper":"Manufactors United",

      "goodsDesc":"LEATHER CLOTHING ACCS.",

      "hazardous":"false",

      "securityFilingParty":"Expeditors",

      "actualReceiptTimes":[  

         {  

            "invoiceNo":"F12345678",

            "time":"2015-02-05T00:43:00Z"

         },

         {  

            "invoiceNo":"212345678",

            "time":"2015-02-05T00:43:00Z"

         }

      ],

      "events":[  

         {  

            "description":"Liquidated",

            "time":"2014-11-28T20:00:00Z",

            "origin":{  

               "name":"Atlanta, GA",

               "code":"ATL"

            },

            "destination":{  

               "name":"TACOMA, WA",

               "code":"TCM"

            },

            "remarks":"No Change 00",

            "invoice":"7031326393",

            "code":"LIQ"

         },

         {  

            "description":"Expected Monthly Pmt Date",

            "time":"2014-02-24T20:00:00Z",

            "origin":{  

               "name":"Atlanta, GA",

               "code":"ATL"

            },

            "destination":{  

               "name":"TACOMA, WA",

               "code":"TCM"

            },

            "remarks":null,

            "invoice":"7031324022",

            "code":"ESM"

         }

      ],

      "references":[  

         {  

            "refType":"Purchase Order",

            "refNumber":"06237325"

         },

         {  

            "refType":"Commercial Invoice Number",

            "refNumber":"130111A"

         }

      ]

   }

]

© 2024 Expeditors International of Washington, Inc.  

All information contained herein is business confidential and proprietary and may not be reproduced in any form without advanced

written consent of an authorized officer of the copyright holder.

 

EULA - End User License Agreement