Adsone(iCumulus) Track & Trace
The action is used to get the tracking information from Adsone.
Credentials
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | Adsone tracking number |
Outputs
Name | Type | Description |
---|---|---|
Tracking Found? | Boolean | Whether the tracking information was found True / False |
Status | String | Tracking status |
Status Description | String | Detailed description of the tracking status |
Ship Date | String | The date of the shipment. Format: YYYY-MM-DDThh:mm:ss |
Last Event Date | String | The date of the last tracking event. Format: YYYY-MM-DDThh:mm:ss |
Tracking Events | List | List of all the tracking events. See the example below |
Sample Response
Activity History
{
"Connote": "",
"ClientName": "iCumulus",
"SkinId": "icumulus",
"LinkUrl": "https://www.icumulus.com",
"ResultMessage": "Tracking history found for #",
"HasResult": true,
"Complete": false,
"Tracking": [
{
"Id": 156,
"Status": "Calling Card Left",
"Description": "We've missed you! We attempted delivery and have left a calling card. We are waiting for futher instructions.",
"Icon": {
"Name": "fas fa-frown",
"Transform": "grow-2"
},
"Timestamp": "2022-02-07T09:36:09",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "Our courier left a calling card when they attempted to deliver your parcel. We haven't received any correspondence from the Recipient and are currently awaiting further instructions from the sender.",
"ExpectedAt": null,
"ResourceUris": null
},
{
"Id": 125,
"Status": "Waiting For You To Call",
"Description": "Please give us a call to organise a good time to delivery to you.",
"Icon": {
"Name": "fas fa-hand-spock",
"Transform": "grow-2"
},
"Timestamp": "2022-01-31T12:51:55",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "The depot has contacted the recipient of the parcel. Once we receive further delivery instructions we will arrange to have the parcel re-delivered.",
"ExpectedAt": null,
"ResourceUris": null
},
{
"Id": 35,
"Status": "We Couldn't Deliver",
"Description": "We tried to deliver your parcel but unfortunately no one was home.",
"Icon": {
"Name": "fas fa-frown",
"Transform": "grow-2"
},
"Timestamp": "2022-01-27T14:06:15",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "We were unable to deliver your parcel today, as nobody was available to receive it. Please check our tracking page later today for an update on parcel location and redelivery options, if available.",
"ExpectedAt": null,
"ResourceUris": null
},
{
"Id": 130,
"Status": "Very Close",
"Description": "The driver has your delivery and they are on the way!",
"Icon": {
"Name": "fad fa-truck-moving",
"Transform": "grow-2"
},
"Timestamp": "2022-01-27T09:35:40",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "Your parcel is with your local courier and ready for delivery.",
"ExpectedAt": null,
"ResourceUris": null
},
{
"Id": 42,
"Status": "Received At Depot",
"Description": "Your order is being scanned into the depot.",
"Icon": {
"Name": "fad fa-warehouse",
"Transform": "grow-2"
},
"Timestamp": "2022-01-25T12:37:43",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "Your parcel has been picked up by one of our couriers.",
"ExpectedAt": null,
"ResourceUris": null
},
{
"Id": 5,
"Status": "Order Shipped",
"Description": "Yay! Your order is on its way.",
"Icon": {
"Name": "fas fa-child",
"Transform": "grow-2"
},
"Timestamp": "2022-01-25T08:52:22.1368911+11:00",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "",
"ExpectedAt": null,
"ResourceUris": null
},
{
"Id": 0,
"Status": "Order Processing",
"Description": "The warehouse is processing your order and will dispatch it shortly.",
"Icon": {
"Name": "fad fa-warehouse",
"Transform": "grow-2"
},
"Timestamp": "2022-01-18T20:43:50.3734008+11:00",
"Location": {
"Address": "",
"Hours": null,
"Lat": null,
"Lng": null,
"Notes": null
},
"Notes": "",
"ExpectedAt": null,
"ResourceUris": null
}
]
}
Updated 12 months ago