🔑 Flip AU Track & Trace
This action is used to get the tracking information from Flip AU for a specified order number
Flip AU API Documentation: https://uat-apidocs.flipgroup.com.au/?urls.primaryName=Customer%20API
Inputs
Name | Type | Description |
---|---|---|
Order Number | String | Merchant Order Number |
Account ID | String | Account ID |
API Key | String | API Key |
Outputs
Name | Type | Description |
---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found True / False |
Estimated Delivery Date | String | Estimated Delivery Date |
DG Shipping Status | String | Tracking status: Ready for Shipment, Delivered, In Transit, Problem with Delivery, Returning to Sender, Ready for Pickup, Label Created, More Information Needed |
Status Description | String | Description of the status |
Last Event Date | String | The date of the last tracking event. Format: YYYY-MM-DDThh:mm:ss |
Raw Data | Object | Tracking Data |
Statuses mapping
https://flip-eng.atlassian.net/wiki/spaces/OIUG/pages/2451645832/Postback+-+Scan+Data
{
"Label Created": [
"BOOKED IN",
"MISC",
"EDI",
"ASN"
],
"Ready for Shipment": [
],
"Delivered": [
"POD",
"DEL",
"COD",
"ATL"
],
"In Transit": [
"1AC",
"TRANS",
"OBFD",
"IN",
"PICKUP",
"CONS",
"CON",
"ONFWD",
"DEPOT"
],
"Returning to Sender": [
],
"Problem with Delivery": [
"FAIL"
],
"Ready for Pickup": []
}
Updated 20 days ago