POST Shipping Status Tracking (AUS POST)
https://jerrytest.ewe.com.au/eweApi/ewe/aupost/trackArticle
You can use shipment status API to track the outbound order/shipment after it has been dispatched.
Response
Attribute | Type | Description |
---|---|---|
tracking_results | string | Results |
tracking_id | string | Tracking number |
sender_reference | string | Order reference number |
status | string | Status |
article_id | string | Tracking number |
product_type | string | Service type |
location | string | Location |
description | string | Description |
date | date | Date |
Successful Response Example
{
"tracking_results": [
{
"tracking_id": "1111111111111111111",
"sender_reference": "#8001",
"status": "Delivered",
"trackable_items": [
{
"article_id": "1111111111111111111",
"product_type": "Parcel Post",
"events": [
{
"location": "PARREARRA QLD",
"description": "Delivered - Left in a safe place",
"date": "2022-08-18 11:45:57"
},
{
"description": "Leave in a safe place requested by Receiver",
"date": "2022-08-18 09:29:15"
},
{
"location": "CALOUNDRA WEST QLD",
"description": "Onboard for delivery",
"date": "2022-08-18 09:11:47"
},
{
"description": "In transit to next facility in CALOUNDRA WEST QLD",
"date": "2022-08-17 14:56:01"
},
{
"location": "REDBANK QLD",
"description": "Item processed at facility",
"date": "2022-08-17 13:41:51"
},
{
"location": "REDBANK QLD",
"description": "Arrived at facility",
"date": "2022-08-17 08:32:00"
},
{
"location": "CHULLORA NSW",
"description": "Arrived at facility",
"date": "2022-08-16 18:30:57"
},
{
"description": "In transit to next facility in REDBANK QLD",
"date": "2022-08-16 11:15:23"
},
{
"location": "CHULLORA NSW",
"description": "Item processed at facility",
"date": "2022-08-16 09:21:34"
},
{
"location": "Sydney,NSW",
"description": "Shipment information received",
"date": "2022-08-12 13:24:21"
}
],
"status": "Delivered"
}
]
}
]
}
Failed Response Example
{
"tracking_results": [
{
"errors": [
{
"code": "10",
"name": "Invalid parameter",
"message": "A username is invalid - please correct."
}
]
}
]
}