Landmark Global Track Order

The Landmark Global Track Order action retrieves the full tracking history and delivery status of a package using the Landmark Global Mercury API.

Inputs

NameTypeDescription
UsernameStringLandmark Global API username for authentication
PasswordStringLandmark Global API password for authentication
Client IDStringLandmark Global client ID associated with your account
Tracking NumberStringLandmark tracking number (LTN format, e.g., LTN406931710N1)

Outputs

NameTypeDescription
SuccessBooleanWhether the API call was successful
Order FoundBooleanWether tracking information was found for the provided
StatusStringCurrent status of the shipment (e.g., Delivered, In Transit, Customs Cleared)
Last Event DateStringTimestamp of the most recent tracking update (YYYY-MM-DD HH:MM:SS format).
Last Event LocationStringLocation of the most recent tracking event
CarrierStringEnd delivery carrier name (e.g., DAI Post, Australia Post, Royal Mail)
Carrier Tracking NumberStringFinal carrier's tracking number for end-to-end tracking on carrier website
Tracking EventsListFull chronological list of all tracking events related to the package
Tracking DataObjectComplete tracking data including shipment details and package information

References

πŸ“˜ Landmark Global Mercury API Documentation