- Shipment Order
- Shipment Processing
- Shipment Tracking
/ClientOrderIn/orderTrackingDetails
GET
/ClientOrderIn/orderTrackingDetails
Shipment Tracking
Request
Query Params
shipmentId
string
required
Example:
240905-a0e0-15b7
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/ClientOrderIn/orderTrackingDetails?shipmentId'
Responses
🟢200OK
application/json
Body
success
boolean
optional
Example:
true
data
object
optional
events
array [object {4}]
optional
cancellationFlag
boolean
optional
Example:
false
clientRefId
string
optional
Example:
c2e55c72f2fc4849befbd20392e169f2
courierCode
string
optional
Example:
ECOM
cancellationStatus
integer
optional
Example:
2
direction
string
optional
Example:
forward
orderTrackingId
string
optional
Example:
715430528
originAddress
object
optional
originContactDetails
object
optional
shippingAddress
object
optional
shippingContactDetails
object
optional
amount
number
optional
Example:
3291.8
quantity
integer
optional
Example:
2
sellerName
string
optional
Example:
Lucknow-1
sellerCode
string
optional
Example:
CN-LKO001
Example
{
"success": true,
"data": {
"events": [
{
"eventType": "shipmentRegistered",
"eventTime": 1725505913387,
"orderStatus": 100,
"orderDescription": "Order Placed"
}
],
"cancellationFlag": false,
"clientRefId": "c2e55c72f2fc4849befbd20392e169f2",
"courierCode": "ECOM",
"cancellationStatus": 2,
"direction": "forward",
"orderTrackingId": "715430528",
"originAddress": {
"addressLine1": "Uttam Nagar",
"addressLine2": "Prayagraj",
"latitude": "26.84171543636974",
"longitude": "80.94229612376603",
"state": "Uttar Pradesh",
"city": "Lucknow",
"pincode": "226001",
"addressType": "HOME",
"addressConfidenceScore": null,
"_id": "66d921543accef30881d8e0a"
},
"originContactDetails": {
"contactPersonName": "Tanya Agrawal",
"primaryContactNumber": "9871253640",
"secondaryContactNumber": "",
"email": "toroboc280@comsb.com",
"_id": "66d921543accef30881d8e0b"
},
"shippingAddress": {
"addressLine1": "Street No 345",
"addressLine2": "Near church",
"state": "Uttar Pradesh",
"city": "Lucknow",
"pincode": "226001",
"addressType": "HOME",
"_id": "66d921543accef30881d8e04"
},
"shippingContactDetails": {
"contactPersonName": "Tarun Dharmashya",
"primaryContactNumber": "9929657898",
"secondaryContactNumber": "",
"email": "tarundharmashya@gmail.com",
"_id": "66d921543accef30881d8e05"
},
"amount": 3291.8,
"quantity": 2,
"sellerName": "Lucknow-1",
"sellerCode": "CN-LKO001"
}
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error