...
TEST
|
| ||||||
PRODUCTION
|
|
Authentication
This endpoint requires the user to be authenticated. Refer to the documentation here for more information on how to obtain a valid token to use in your request.
...
Name | Type | Example | Mandatory | Max Length | Description |
---|---|---|---|---|---|
shipmentId | String path-variable | https://dev-ws.di.no/ws/json/parcel/booking/v-1/details/70724760322429069 | yes | 35 | The id-number of the shipment is given as a value in the URL |
Response
Name | Type | Example | Mandatory | Description |
---|---|---|---|---|
shipmentId | String | 70724760322429069 | yes | The id-number of the shipment |
ediStatus | String | EXPORT_OK | yes | The current EDI-status of the shipment |
items | Array | yes | List of one or more items in the shipment | |
items-trackingReference | String | 370724760322429077 | yes | Tracking number for the given item |
items-myPackGoSubmissionCode | String | TESTCODE | no | Submission code received from PostNord in case this is a myPackGo item |
Examples
Expand | |||
---|---|---|---|
| |||
|
Expand | ||
---|---|---|
| ||
Error handling
...