Register a tracking webhook
Documentation Index
Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Headers
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
Body
Name of the carrier of the shipment to track.
"usps"
Tracking number to track.
"9205590164917312751089"
A string of up to 100 characters that can be filled with any additional information you want to attach to the object.
"Order 000123"
Response
Tracking status
A list of tracking events, following the same structure as tracking_status.
It contains a full history of all tracking statuses, starting with the earlier tracking event first.
Tracking number to track.
"9205590164917312751089"
The sender address with city, state, zip and country information.
The recipient address with city, state, zip and country information.
The estimated time of arrival according to the carrier, this might be updated by carriers during the life of the shipment.
A string of up to 100 characters that can be filled with any additional information you want to attach to the object.
"Order 000123"
The estimated time of arrival according to the carrier at the time the shipment first entered the system.
"2021-07-23T00:00:00Z"
Contains details regarding the service level for the given rate.
The latest tracking information of this shipment.
The object_id of the transaction associated with this tracking object.
This field is visible only to the object owner of the transaction.