Trackers
Models
Tracker Model
The tracker represents a single tracking number with one or more parcels that are being tracked.
object "tracker"
The description of the model.
coordinates Array<Number, Number>
The latitude and longitude of the current location. This is estimated based on the location which often does not have a street address.
created_at integer
Time in epoch seconds when this resource was created.
estimated_delivery_at integer
The estimated delivery for this tracker in epoch seconds.
fulfillment_id string
The ID of the fulfillment that created this tracker.
id string
Unique identifier for the tracker prefixed with track_
.
location_id string
The hub location to which this tracker is assigned.
metadata object
Key value pairs of data that you can set for this tracker.
organization_id string
Unique identifier for the organization that owns this tracker. This will always be your organization ID.
type "outbound" | "inbound"
Indicates whether the tracker is an inbound or outbound tracker.
pickup_at integer
The time in epoch seconds when this tracker will be picked up, if known.
provider object
Details about the shipping carrier.
Show Details
recipient object
Details about the contact receiving this tracker.
Show Details
sender object
Details about the contact sending this tracker.
Show Details
status string
Current status for this tracker. See Statuses.
tracking_number string
Provider-specific string used to track the shipment.
tracking_updates array<TrackingUpdate>
A list of waypoints this tracker had in order from oldest to newest.
Show Details
tracking_url string
URL where a user can go to track their packages.
updated_at integer
Time in epoch seconds when this tracker was last updated.
_search object
A special property that will be included if searching through deliveries. This is a flat object which will include <mark>
tags around characters that have matched the search. You can use this to more easily highlight text for a user interface.
Show Details
| |
| :-------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| _search.id string
The ID of the tracker. |
| _search.tracking_number string
The tracking number. |
| _search.sender_name string
The sender's name. It will also match common nicknames. | |
| _search.sender_formatted_address string
The sender's full address string. |
| _search.recipient_name string
The recipient's name. It will also match common nicknames. | |
| _search.recipient_formatted_address string
The recipient's full address string. |
| _search.relevance_score ?number
A number from 0 - 1 about how relevant the result was to the search query, with 1 being a perfect match. |