Tracking an order
This API allows you to fetch the tracking URL for any order using the customer order ID and shipping mobile number associated with the order.
π Endpoint
GET
https://<track-domain>/api/v1/tracking-url?vendorOrderNumber=<vendorOrderNumber>&mobile=<mobile>π§© Dynamic Values
Field
Description
π₯ Request Example
GET https://eshopboxdemo3458.eshopbox.com/api/v1/tracking-url?vendorOrderNumber=ORDER1234&mobile=9999999999β
Success Response (200)
{
"orders": [
{
"trackingUrl": "https://eshopboxdemo3458.eshopbox.com/VklTMTUyIyMjIzc2NTQ1Njc41Dk=",
"created_at": "2025-12-08 18:03:17",
"customerOrderNumber": "ORDER123"
}
]
}Response Fields
Field
Description
β Error Response (400)
Last updated
Was this helpful?