Track Shipments

Retrieve the current tracking status and event history for one or more shipments using their tracking numbers.

When to use: Call this endpoint to check delivery progress, confirm delivery, or display shipment status to your end users. You can also use webhooks for real-time push updates instead of polling.

Prerequisites:

  • Valid JWT authentication token (Bearer)
  • One or more valid tracking numbers from previously generated shipments

Key behaviors:

  • Accepts an array of tracking numbers, allowing batch tracking in a single request
  • Returns the latest status, status history, and estimated delivery date when available
  • Tracking data is fetched in real time from the carrier
  • For automated status updates, consider using webhooks (/ship/webhooktest/) instead of polling this endpoint
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Catalog of statuses

IDNameExplanation
1CreatedThe shipment has been created in the system but has not yet been processed or picked up.
2ShippedThe shipment has been picked up from the sender's location and is in transit to the destination.
3DeliveredThe shipment has been successfully delivered to the recipient's address.
4CanceledThe shipment has been canceled and will not be delivered.
5InformationThis status is used to convey additional information or updates about the shipment.
6N/ANot applicable or not available. This status may be used when there is no relevant information for the shipment.
7PendingThe shipment is awaiting further action or processing.
8Picked UpThe shipment has been picked up from the sender's location.
9Out for DeliveryThe shipment is out for delivery and is en route to the recipient's address.
10LostThe shipment has been misplaced or lost during transit and cannot be located.
11ReturnedThe shipment has been returned to the sender or a designated location.
12Pickup at OfficeThe recipient needs to pick up the shipment from the logistics office or a designated location.
13Delivered at OriginThe shipment has been delivered back to the origin or sender's location.
14DamagedThe shipment has been damaged during transit or handling.
15RedirectedThe shipment's delivery address has been changed and redirected to a new location.
16Out for PickupThe shipment is ready for pickup by the sender or a designated party.
171 delivery attemptThe shipment has undergone one unsuccessful delivery attempt.
182 delivery attemptsThe shipment has undergone two unsuccessful delivery attempts.
193 delivery attemptsThe shipment has undergone three unsuccessful delivery attempts.
20Return problemThere is an issue with the return of the shipment to the sender or a designated location.
21Address errorThere is an error or issue with the delivery address provided for the shipment.
22UndeliverableThe shipment is undeliverable to the intended recipient due to various reasons, such as an incorrect address or refusal to accept the package.
23DelayedThe shipment is experiencing a delay and will not be delivered within the expected timeframe.
24RejectedThe shipment has been rejected by the recipient or the delivery has been refused.
251 pickup attemptThe shipment has undergone one unsuccessful pickup attempt.
26Partially ShippedItems have been shipped, but some parts of the order are still pending.
27Partially DeliveredSome items in the order have been delivered, while others are still pending.
28Delivery AttemptA delivery was attempted but was not successful, and may be rescheduled.

Body Params
trackingNumbers
array of strings
required

Array of tracking numbers to track

trackingNumbers*
Response
200

Tracking information retrieved successfully

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!