Containers
Models
Container Model
The container represents a single tracking number with one or more deliveries nested in it.
object "container"
The description of the model.
coordinates Array<Number, Number>
The latitude and longitude of the current location
created_at integer
Time in epoch seconds when this resource was created.
deliveries Array<String>
All of the deliveries that are nested in this container.
estimated_container integer
The estimated container for this container in epoch seconds.
id string
Unique identifier for the container.
location_id string
The hub location to which this container is assigned.
layout_id string
The ID of the layout where this container is being stored.
lead_time_mins integer
The amount of lead time needed to come get the parcel from the sender. This is set up in the dashboard.
metadata object
Key value pairs of data that you can set for this container.
organization_id string
Unique identifier for the organization that owns this container. This will always be your organization ID.
status string
Current status for this container. See Statuses.
tracking_number string
Provider-specific string used to track this container.
tracking_updates array<TrackingUpdate>
An array of waypoints this container 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 container was last updated.