🔑 APC Track & Trace
The action is used to get the tracking information from APC.
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | APC tracking number |
Token | String | Basic token received from APC |
Outputs
Name | Type | Description |
---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found True / False |
Status | String | Tracking status: Ready for Shipment, Delivered, In Transit, Problem with Delivery, Returning to Sender, Ready for Pickup |
Status Description | String | Detailed description of the tracking status |
Status Summary | String | Status summary |
Tracking URL | String | APC tracking URL |
Last Event Date | String | The date of the last tracking event. Format: YYYY-MM-DDThh:mm:ss |
Ship Date | String | The date of the shipment. Format: YYYY-MM-DDThh:mm:ss |
Estimating Delivery Time From | String | Estimating Delivery Time From Format: YYYY-MM-DDThh:mm:ss |
Estimating Delivery Time To | String | Estimating Delivery Time To Format: YYYY-MM-DDThh:mm:ss |
Tracking Data | Object | Tracking Data |
Events | List | List of all the tracking events. |
Statuses mapping
{
"Label Created, More Information Needed": [
"58",
"71",
"91",
"DR"
],
"Ready for Shipment": [
"56",
"89",
"911"
],
"Delivered": [
"101",
"11",
"201",
"202",
"203",
"204",
"206",
"207",
"209",
"210",
"213",
"215",
"216",
"217"
],
"In Transit": [
"01",
"02",
"03",
"04",
"08",
"09",
"102",
"100",
"21",
"218",
"219",
"220",
"224",
"225",
"226",
"227",
"24",
"26",
"30",
"31",
"311",
"312",
"313",
"314",
"315",
"316",
"317",
"318",
"32",
"320",
"323",
"35",
"39",
"50",
"51",
"52",
"54",
"63",
"64",
"65",
"66",
"67",
"68",
"69",
"72",
"76",
"77",
"78",
"81",
"82",
"83",
"84",
"85",
"86",
"87",
"892",
"912"
],
"Returning to Sender": [
"14",
"18",
"228",
"55"
],
"Problem with Delivery": [
"10",
"222",
"223",
"25",
"27",
"28",
"30",
"300",
"301",
"302",
"303",
"304",
"305",
"306",
"307",
"308",
"309",
"310",
"321",
"322",
"33",
"34",
"36",
"37",
"53",
"59",
"60",
"70",
"73",
"74",
"75",
"79",
"80",
"88",
"920"
],
"Ready for Pickup": [
"17",
"208",
"211",
"212",
"214",
"319",
"61",
"62"
]
}
Updated 6 months ago