Canada Post Tracking

Returns delivery tracking information for a parcel shipped with Canada Post, using a tracking number. Use it to check the status and delivery progress of a Canada Post shipment.

Returns delivery tracking information for a parcel shipped with Canada Post, using a tracking number. Use it to check the status and delivery progress of a Canada Post shipment.

What it does

  • Looks up the shipment by the tracking number you provide.
  • Returns the delivery status, full activity history, the last event and a tracking URL.
  • Provides a simplified status for use in flows.

Inputs

NameTypeRequiredDescription
Tracking NumberStringYesCanada Post tracking number

Outputs

NameTypeDescription
Was Tracking Info Found?BooleanWhether any tracking information was found for the number provided
Activity HistoryListHistory of tracking events for the shipment
Last EventObjectThe most recent tracking event
Last Event DateStringDate of the most recent update
StatusStringSimplified delivery status. Possible values: Ready for Shipment, In Transit, Delivered, Returning to Sender.
Tracking URLStringA tracking link the customer can open in a browser

Notes

  • If no tracking is found, "Was Tracking Info Found?" is false and the other fields are empty.