Shipment Tracking

Ensuring that Carriyo maintains the most up-to-date shipment status is of paramount importance, benefiting both the merchant and their end customers.

Carriyo uses the batch tracking endpoint to retrieve the full history of status events for the specified shipments. The endpoint serves as a fallback for real-time status updates, particularly for shipments suspected of falling out of sync with the carrier's data.

To maximise efficiency, Carriyo will pass a list of tracking numbers to track multiple shipments (up to 20) in a single API call.

Securityapi-key or OAuth2
Request
Request Body schema: application/json
required
tracking_numbers
required
Array of strings
Responses
200

OK

400

Error

post/shipments/history
Request samples
application/json
{
  • "tracking_numbers": [
    ]
}
Response samples
application/json
{
  • "tracking_info": [
    ]
}