...
Info |
---|
|
Request header
Key | Value | |||
---|---|---|---|---|
Authorization |
| see Setup | ||
Content-Type | application/json |
Path parameters
parameter | Example | Description | |
---|---|---|---|
shipmentid | 70724760120000880 | 35 | Globally unique identifier for the shipment, typically a GINC code. Typically named MessageNumber, DocumentNumber or ConsignorsReference in EDI |
trackingreference | 370724760120000898 | 35 | Unique identifier for an item/kolli in the shipment. This can be a SSCC code according to gs1, or a UPU S10 identifier. Typically named TransporterInstructionMark in EDI. |
pickupcode | R-12345 | 10 | Optional additional unique identifier, used for pick up parcels |
Curl request example
Code Block |
---|
curl -X GET \
https://ws.di.no/ws/json/parcel/tracking/v-2/fetch/370724760120000898/NO/false \
-H 'Authorization: Bearer $SECRET_WS_TOKEN' \
-H 'Content-Type: application/json' \ |
Response
Name | Type | Example | Mandatory | Description |
---|---|---|---|---|
|
|
| ||
Examples
Note |
---|
Guidelines for use of image URLs
|
...