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}/events

 

Get a list of documents for the shipment with the given identifier.

 

Example Request

GET tracking/v2/shipments/1234567890/events

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

sizeLimit

Maximum number of items to return from matching results Integer, 1 to 100000

N

(default is 1000)

offset Start index into matching results for returned items. Increment by sizeLimit to return the next page of results. Integer, 0 to 100000

N

(default is 0)

 

 

Response

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

 

Example Response

200 OK

Content-Type: application/json

Cache-Control: no-store

Pragma: no-cache

 

[

  {

    "description": "Liquidated",

    "time": "2014-11-28T20:00: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:00.00Z",

     "origin": {

     "name": "Atlanta, GA",

     "code": "ATL"

    },

    "destination": {

      "name": "TACOMA, WA",

      "code": "TCM"

    },

    "remarks": null,

    "invoice": "7031324022",

    "code": "ESM" 

  }

]

© 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