Tracking APIs

Modified on Wed, 1 Oct at 8:41 PM

Order Tracking

Endpoint URL
POST https://api.tryoto.com/rest/v2/orderStatus
Example Request Body

Here is an example of a request body:

{
  "orderId": "1234"
}
Request Parameters
NameRequiredTypeDescription
orderIdyesstringId of the order that you will track.

Available Packages: All Packages

This API endpoint enables you to track the real time status and progress of an order. By using this endpoint, you can retrieve detailed tracking information, including:

Current order status (e.g.,pickedUp, outForDelivery, delivered).

Shipment details such as carrier, tracking number, and estimated delivery time, print AWB URL.

Request Parameters: |


Order History

Endpoint URL
POST https://api.tryoto.com/rest/v2/orderHistory
Example Request Body

Here is an example of a request body:

{
  "orderIds": [
    "2414124",
    "3223523"
  ]
}
Request Parameters
NameRequiredTypeDescription
orderIdyesstringId of the order that you will track.

Available Packages: All Packages

This API endpoint allows you to retrieve the complete history of an order, providing detailed insights into its lifecycle. This includes:

Status changes (e.g., pickedUp, arrivedTerminal, delivered).

Timestamps for each status update.

Actions taken during the order process, such as cancellations or modifications.

Request Parameters: |


Track Shipment

Endpoint URL
POST https://api.tryoto.com/rest/v2/trackShipment
Example Request Body

Here is an example of a request body:

{
  "trackingNumber": "290692134777",
  "deliveryCompanyName": "smsaecom",
  "statusHistory": true,
  "brandName": "test brand"
}
Request Parameters
NameRequiredTypeDescription
trackingNumberyesstringThe shipment/ tracking number that you wanna track.
deliveryCompanyNameyesstringThe name of the delivery company. You can get this information from `DC List` endpoint with `code` paramater
statusHistoryyesboolean(true, false)To bring the history of the shipment.
brandNamenostringThe brand name associated with the shipment.

Available Packages: Enterprise Package, Marketplaces

This API endpoint enables you to track a shipment by providing the tracking number and delivery company name. Without requiring any authorization, it offers detailed shipment information, including tracking URL, real time status updates and status history.

Request Parameters: |


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article