Track Info API
The status of order shipments and the tracking URL can be queried for the following courier services:
trackingNo
shippingStatus
trackingUrl
history
Parameter
Description
Mandatory
https://app.webshippy.com/wspyapi/getTrackInfo/xml?apiKey={{apiKey}}&page=0&orderIds=32042911https://app.webshippy.com/wspyapi/getTrackInfo/json?apiKey={{apiKey}}&page=0&orderIds=32042911{
"status": "success",
"message": [],
"result": {
"274": {
"orderId": "274",
"trackingNo": "3300597015",
"shippingStatus": "completed",
"trackingUrl": "https://gls-group.eu/HU/hu/csomagkovetes?match=3300597015",
"history": [
{
"status": "delivered",
"statusCode": "05",
"date": "2024-01-03 14:31:49"
},
{
"status": "Can be picked up from GLS parcel locker",
"statusCode": "54",
"date": "2024-01-02 10:44:03"
},
{
"status": "Data sent",
"statusCode": "51",
"date": "2023-12-29 13:15:05"
}
]
}
}
}Last updated