Search⌘ K
AI Features

Shipment Tracking

Explore how to track shipments using the Shippo API with mock tracking events and numbers. Understand how to make GET requests to retrieve shipment status and handle API responses in your JavaScript projects.

Overview

Shippo API provides the facility to track a shipment. Since we cannot send real shipments to test the API, the API provides mock tracking events and tracking numbers. We get a response from the API based on the selected mock events and tracking numbers.

Track a shipment

We use the following endpoint that ...