Quiver Track & Trace
Returns the current shipping status and latest tracking event for a Quiver shipment from its tracking ID. Use it in order tracking flows to update customers on parcels shipped with Quiver.
What it does
- Looks up the shipment in Quiver by tracking ID.
- Returns the shipping status and the date of the last tracking event.
- Provides a tracking URL the customer can follow.
- Reports whether tracking was found through the
Tracking Found?flag.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking ID | String | Quiver Tracking ID |
| API Key | String (sensitive) | Quiver API Key |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Success |
| Tracking Found? | Boolean | Tracking Found? |
| Last Event Date | String | Last Event Date |
| Shipping Status | String | Shipping Status |
| Tracking URL | String | Quiver Tracking URL |
| Raw Data | Object | Tracking Data |
Notes
- The full carrier response is available in
Raw Dataif you need fields beyond the summarised outputs.