Shipment tracking
GET
/shipment
Shipment
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/shipment?ShipmentNumbers&InvoiceNumbers&CustomerReferences&VariableSymbols&DateFrom&DateTo&ShipmentStates&Limit&Offset' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;'
Response Response Example
200 - Example 1
[
{
"shipmentNumber": "string",
"productType": "string",
"note": "string",
"depot": "string",
"integratorId": 0,
"lastUpdateDate": "2019-08-24T14:15:22Z",
"shipmentState": "None",
"shipmentSet": {
"masterShipmentNumber": "string",
"shipmentsInSet": 0,
"shipmentInSetNumber": 0
},
"sender": {
"name": "string",
"name2": "string",
"street": "string",
"city": "string",
"zipCode": "string",
"country": "string",
"contact": "string",
"phone": "string",
"email": "string"
},
"recipient": {
"name": "string",
"name2": "string",
"street": "string",
"city": "string",
"zipCode": "string",
"country": "string",
"contact": "string",
"phone": "string",
"email": "string"
},
"specificDelivery": {
"specificDeliveryDate": "2019-08-24T14:15:22Z",
"specificDeliveryTimeFrom": "string",
"specificDeliveryTimeTo": "string",
"specificTakeDate": "2019-08-24T14:15:22Z",
"specificTakeTimeFrom": "string",
"specificTakeTimeTo": "string",
"accessPointCode": "string"
},
"externalNumbers": [
{
"externalNumber": "string",
"code": "string"
}
],
"services": [
{
"additionalParameters": [
{
"type": "string",
"reference": "string"
}
],
"code": "string",
"price": 0,
"priceCurrency": "string"
}
],
"trackAndTrace": {
"externalShipmentId": "string",
"partnerUrl": "string",
"lastEventCode": "string",
"lastEventDate": "2019-08-24T14:15:22Z",
"lastEventName": "string",
"events": [
{
"statusId": 0,
"code": "string",
"phase": "string",
"group": "string",
"eventDate": "2019-08-24T14:15:22Z",
"name": "string",
"gpsLatitude": 0,
"gpsLongitude": 0
}
]
},
"shipmentWeightInfo": {
"weight": 0,
"weighedDate": "2019-08-24T14:15:22Z"
},
"paymentInfo": {
"paidByCard": true,
"codPaidDate": "2019-08-24T14:15:22Z",
"invoiceNumber": "string",
"bankAccount": "string",
"bankCode": "string",
"codBankStatementDate": "2019-08-24T14:15:22Z",
"codCurrency": "string",
"codPaymentAccDate": "2019-08-24T14:15:22Z",
"codPrice": 0,
"codVariableSymbol": "string",
"specificSymbol": "string"
},
"deliveryFeature": {
"loadDate": "2019-08-24T14:15:22Z",
"delivDate": "2019-08-24T14:15:22Z",
"delivPerson": "string",
"notDelivDate": "2019-08-24T14:15:22Z",
"outDepDate": "2019-08-24T14:15:22Z",
"hubDate": "2019-08-24T14:15:22Z",
"deliveryToAccessPoint": true
},
"backShipmentFeature": {
"backDate": "2019-08-24T14:15:22Z"
},
"dormantShipmentFeature": {
"dormantShipmentNumber": "string",
"dormantShipmentNumberActive": true
},
"accessPointFeature": {
"accessPointDaysInStorage": 0,
"accessPointDaysInStorageRemain": 0,
"accessPointHoursInStorageRemain": 0
},
"routingFeature": {
"routingNumber": "string"
}
}
]
Request
Query Params
ShipmentNumbers
array[string]
optional
<= 50 items
InvoiceNumbers
array[string]
optional
<= 50 items
CustomerReferences
array[string]
optional
<= 50 items
VariableSymbols
array[string]
optional
<= 50 items
DateFrom
string <date-time>
optional
DateTo
string <date-time>
optional
ShipmentStates
enum<string>
optional
Allowed values:
NoneUndeliveredDeliveredPickedUpFromSenderDeliveredToPickupPointOutForDeliveryNotDeliveredCodPaidDateBackToSenderRejectedDataShipmentActiveCanceledDormant
Limit
integer <int32>
required
>= 1<= 1000
Offset
integer <int32>
required
>= 0
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Responses
Modified at 2025-02-07 13:20:08