Skip to main content
POST
Retrieves tracking information for up to 100 parcels in a single request. More efficient than making individual requests.

Request Body

array
required
List of tracking numbers to look up (1-100 items).
boolean
default:"false"
Set to true to include tracking history for each parcel.

Response

boolean
Whether the request succeeded
array
Tracking information for found parcels
array
Tracking numbers that were not found in the system

Use Cases

Dashboard Updates

Refresh status for all parcels on a customer’s order page

Manifest Tracking

Check status of all parcels in a shipment

Bulk Operations

Monitor large batches of orders

Scheduled Syncs

Periodic sync of parcel statuses to your database

Rate Limits

Batch tracking counts as a single request for rate limiting, but has a higher weight:
For high-volume tracking, consider setting up webhooks to receive real-time updates instead of polling.