Canpar Track & Trace
Retrieves live delivery tracking for a parcel shipped with Canpar, using the parcel's tracking number (barcode). Use it to tell customers where their Canpar shipment is and its current status.
Retrieves live delivery tracking for a parcel shipped with Canpar, using the parcel's tracking number (barcode). Use it to tell customers where their Canpar shipment is and its current status.
What it does
- Looks up a Canpar shipment by its tracking number and returns the current delivery status.
- Translates Canpar's raw status codes into standard statuses (In Transit, Delivered, Problem with Delivery, and similar).
- Returns the full list of tracking events, the date of the latest event, and a tracking URL the customer can open.
- Handles responses that contain more than one shipment for the same tracking number.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Tracking Number | String | - | Tracking number |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether successfully retrieved any tracking information |
| Status | String | Status of the package delivery Possible values: Label Created, More Information Needed, Ready for Shipment, In Transit, Returning to Sender, Ready for Pickup, Delivered, Problem with Delivery. |
| Status Description | String | Status description |
| Status Summary | String | Status summary |
| Last Event Date | String | Date of the last update |
| Tracking URL | String | Tracking URL |
| Number of Shipments | Number | Number of shipments |
| Tracking Details | Object | Tracking details |
| Tracking Events | List | Tracking events |
| Shipments Details | List | Tracking details for each shipment |
Notes
- The status is taken from the most recent tracking event. If no events are available yet, the parcel is reported as In Transit.