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
Name | Required | Type | Description |
---|---|---|---|
orderId | yes | string | Id 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
Name | Required | Type | Description |
---|---|---|---|
orderId | yes | string | Id 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
Name | Required | Type | Description |
---|---|---|---|
trackingNumber | yes | string | The shipment/ tracking number that you wanna track. |
deliveryCompanyName | yes | string | The name of the delivery company. You can get this information from `DC List` endpoint with `code` paramater |
statusHistory | yes | boolean(true, false) | To bring the history of the shipment. |
brandName | no | string | The 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
Feedback sent
We appreciate your effort and will try to fix the article