# Tracking Status
If you purchased your shipping label through Shippo, you can also get all the tracking details of your Shipment from the Transaction object.
A tracking status of a package is an indication of current location of a package in the supply chain. For example, sorting, warehousing, or out for delivery. Use the tracking status object to track the location of your shipments. When using your Test token for tracking, you need to use Shippo's predefined tokens for testing different tracking statuses. You can find more information in our Tracking tutorial on how to do this, and what the payloads look like. ## Register a tracking webhook - [POST /tracks](https://docs.goshippo.com/shippoapi/public-api/tracking-status/createtrack.md): Registers a webhook that will send HTTP notifications to you when the status of your tracked package changes. For more details on creating a webhook, see our guides on Webhooks and Tracking. ## Get a tracking status - [GET /tracks/{Carrier}/{TrackingNumber}](https://docs.goshippo.com/shippoapi/public-api/tracking-status/gettrack.md): Returns the tracking status of a shipment using a carrier name and a tracking number.