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

  Containers

  OM Containers

  Consignments and Cross-Dock

    GET consignments

    GET consignments/{id}

    GET consignments/{id}/events

    GET consignments/{id}/references

   GET consignments/exactmatch

   GET consignments/{id}/documents

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

 

GET consignments/exactmatch

 

Get a list of summarized information for consignment and cross-dock shipments. Data can be requested for all consignment and cross-dock shipments or only for shipments with trace values matching the given reference, or only for shipments that have been updated between a specific start and end date. If no page size is given, the system returns the first page of a limited number of results (see parameters for defaults).

 

Example HTTP Request

GET /consignments/exactmatch?ref=5555

Authorization: Ejr2YotnFZFEjr1zCsicMWpAAotnFZFEjr1zCsic

X-Consumer-ID: TEST_CONSUMER_ID

X-Consumer-Custom-ID: TEST_CUSTOM_CONSUMER_ID

Host: localhost:8080

 

Example Curl Request

$ curl 'https://localhost:8080/consignments/exactmatch?ref=5555' -i -X GET \

    -H 'Authorization: Ejr2YotnFZFEjr1zCsicMWpAAotnFZFEjr1zCsic' \

    -H 'X-Consumer-ID: TEST_CONSUMER_ID' \

    -H 'X-Consumer-Custom-ID: TEST_CUSTOM_CONSUMER_ID'

  

Parameters

Parameter Purpose Values

Required?

id Identifier for a consignment or cross-dock shipment  

 

 

 

Response

The response format is JSON; see Data Types - Consignment and Cross-Dock for data types.

 

Example Result

200 OK

Content-Type: application/json

Content-Length: 698

[ {

  "consignment" : "5555",

  "expeditorsReference" : "exp",

  "packages" : "10k",

  "origin" : "Amsterdam, Netherlands",

  "destination" : "Seattle, WA",

  "currentStatus" : "Delivered",

  "weight" : "50",

  "carrier" : "carrier",

  "carrierReference" : "ref",

  "events" : [ {

    "description" : "Liquidated",

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

    "origin" : "Atlanta, GA",

    "destination" : "TACOMA, WA",

    "remarks" : "No Change 00",

    "expeditorsReference" : "exp",

    "consignment" : "5555"

  } ],

  "references" : [ {

    "refType" : "Purchase Order",

    "refNumber" : "06237325",

    "expeditorsReference" : "exp",

    "consignment" : "5555"

  } ]

} ]

© 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