Goshippo
docs.goshippo.com › docs › tracking › tracking
Tracking
April 8, 2026 - Use the Shippo Tracking API to track shipments from all carriers with normalized data, complete tracking history, and real-time updates. When used with webhooks, you'll receive instant notifications whenever there's a tracking update.
Guides
Add a complete shipping solution to your app with the Shippo API. Compare carrier rates, create labels, track packages, and manage returns.
API Reference
Learn about the Shippo API — authentication, request format, versioning, and core REST principles.
Shippo
goshippo.com › products › tracking-api
Shipment Tracking API - Real-Time Package Tracking & Status
The Shippo Shipment Tracking API tracks packages and deliveries across multiple carriers. Get real-time fulfillment status, arrival date, and more.
Goshippo
docs.goshippo.com
Welcome to the Shippo API - Shippo API Documentation
Add a complete shipping solution to your app with the Shippo API. Compare carrier rates, create labels, track packages, and manage returns.
Goshippo
docs.goshippo.com › docs › tracking › webhooks
Webhooks
March 26, 2026 - You can view the details of that webhook in the Shippo API Portal or using the webhooks endpoint. transaction_created: sent whenever a transaction is created in your account. The POST request body will contain a JSON of the Transaction object that was created. transaction_updated: sent whenever a transaction is updated in your account. The POST request body will contain a JSON of the Transaction object that was updated. track_updated: for tracking status updates.
Goshippo
docs.goshippo.com › docs › carriers › integration_guides › bettertrucks › track
Track
curl --location --request GET 'https://api.goshippo.com/tracks/better_trucks/BTS_0018P2LD557/’\ --header 'Authorization: ShippoToken shippo_live_***’ \ --header 'Content-Type: application/json' \ --data-raw '{ }’
Shippo
support.goshippo.com › hc › en-us › articles › 204291119-How-to-Track-Packages-in-Shippo
How to Track Packages in Shippo – Shippo
You've purchased your label and sent out your package, and now, just like your customers, you're waiting for the package to arrive at its destination. In Shippo, you can easily track your packages from inside the Shipments page!
Goshippo
docs.goshippo.com › docs › tracking › trackingcarriers
Tracking Carriers
January 19, 2026 - The Shippo API supports you in tracking your labels bought though Shippo as well as label purchased outside of Shippo.
Goshippo
docs.goshippo.com › docs › carriers › integration_guides › royalmail-tracked › track
Shippo API Documentation
October 3, 2025 - curl https://api.goshippo.com/tracks/ \ -H "Authorization: ShippoTokenshippo_live_******" \ -d carrier="royal_mail_sf" \ -d tracking_number="TQ966044837GB" \ -d metadata="Order 000123" Copy ·
Goshippo
docs.goshippo.com › docs › tracking › trackingcarrier
Tracking carriers using webhooks
March 16, 2026 - curl https://api.goshippo.com/tracks/ \ -H "Authorization: ShippoToken <API_TOKEN>" \ -d carrier="<CARRIER_TOKEN>" \ -d tracking_number="<TRACKING_NUMBER>" \
Shippo
goshippo.com
Best Multi-Carrier Shipping Software for Businesses | Shippo
Shippo is the best multi-carrier shipping software for e-commerce businesses. Find the best shipping rates, integrate with e-commerce platforms, print shipping labels, track package delivery, and verify addresses with either our shipping API or web app.
GoShippo
goshippo.com › blog › new-feature-meet-the-shippo-api-portal
Shippo's API portal helps you manage your shipping operations
April 27, 2026 - Developer Tools: Access your API ... API documentation—everything you need for onboarding, all in one place. You can also create webhooks to receive instant notifications whenever there's a status change in your tracking, batch labels, or transactions. Admin Tasks: Easily manage your payment methods, authorized users (up to 5*), and check the status of Shippo ...
Goshippo
docs.goshippo.com › docs › api_concepts › apichangelog
Shippo API release notes
April 7, 2026 - Minor: You can use the carrier Sendle to ship packages using our API. Minor: PRE_TRANSIT will be added to the list of possible values in status. Minor: PRE_TRANSIT will be added to the list of possible values in status and tracking_status for track_updated and transaction_updated events, respectively. Shippo-API-Version will be included in the headers of all webhook responses to indicate the api version being used.