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

 

Get a list of address information for the shipment with the given identifier.

 

Example Request

GET /shipments/5555/address_information

Authorization: Ejr2YotnFZFEjr1zCsicMWpAAotnFZFEjr1zCsic

X-Consumer-ID: TEST_CONSUMER_ID

X-Consumer-Custom-ID: TEST_CUSTOM_CONSUMER_ID

Host: localhost:8080

 

Headers

Header Purpose Values

Required?

Authorization Provide bearer token Bearer "{token}"

Y

 

Parameters

Parameter Purpose Values

Required?

Id Identifier for the shipment being used to find address data shipment number Yes

 

 

Response

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

 

Example Response

200 OK

Content-Type: application/json

Content-Length: 412

[ {

"shipper" : {

"name" : "test shipper",

"address_1" : "123 test Blvd",

"address_2" : "test123",

"city" : "Newark",

"countryCode" : "US",

"state" : "CA",

"zip" : "945"

},

"consignee" : {

"name" : "test consignee",

"address_1" : "321 test Blvd",

"address_2" : "test321",

"city" : "Newark",

"countryCode" : "US",

"state" : "CA",

"zip" : "495"

}

} ]

© 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