Tracking endpoint to retrieve tracking info about shipments using carrierId and carrierTrackingId in bulk
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
trackingSearchRequests
array of objects
required
trackingSearchRequests*
excludeEvents
boolean
truefalse
Response Codes
``200 Result
``400 Invalid inputs were provided.
``401 Not authorized via OAuth
``403 Not authenticated via OAuth
curl --request POST \
--url https://api.shipium.com/api/v1/tracking/bulkCarrierTrackingSearch \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
200400401403