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
| Name | Type | Required | Description |
|---|---|---|---|
| Tracking Number | String | Yes | Canada Post tracking number |
Outputs
| Name | Type | Description |
|---|---|---|
| Was Tracking Info Found? | Boolean | Whether any tracking information was found for the number provided |
| Activity History | List | History of tracking events for the shipment |
| Last Event | Object | The most recent tracking event |
| Last Event Date | String | Date of the most recent update |
| Status | String | Simplified delivery status. Possible values: Ready for Shipment, In Transit, Delivered, Returning to Sender. |
| Tracking URL | String | A 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.