🔑 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

NameTypeDescription
Order NumberStringMerchant Order Number
Account IDStringAccount ID
API KeyStringAPI Key

Outputs

NameTypeDescription
Found Tracking?BooleanWhether the tracking information was found
True / False
Estimated Delivery DateStringEstimated Delivery Date
DG Shipping StatusStringTracking status:
Ready for Shipment,
Delivered,
In Transit,
Problem with Delivery,
Returning to Sender,
Ready for Pickup,
Label Created, More Information Needed
Status DescriptionStringDescription of the status
Last Event DateStringThe date of the last tracking event.
Format:
YYYY-MM-DDThh:mm:ss
Raw DataObjectTracking 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": []
}