Track Order API
This API can be used by merchant to track your PO Orders using merchant_order_id
Path Parameters
- merchant_id string required
- merchant_order_id string required
Header Parameters
- X-Access-Key string
Default value:
1mg_client_access_key
Responses
- 200
- 404
OK
Response Headers
Date string
Content-Type string
Transfer-Encoding string
Connection string
Vary string
X-Request-ID string
VISITOR-ID string
X-VISITOR-ID string
Server string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
Access-Control-Allow-Origin string
Content-Encoding string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"data": {
"result": {
"source": "ekacare",
"delivery_address": {
"landmark": "",
"pincode": "560103",
"city": "Bangalore",
"street2": "9611002324",
"longitude": 77.7430315,
"locality2": null,
"state": "Karnataka",
"street1": "Mathupitha shree 2nd cross ediga road varthur bangalore 560087, Varthur, Govt High school Bengaluru, Karnataka 560103, India",
"country": "IN",
"latitude": 12.9427759,
"locality": null,
"address_type": "home",
"contact_number": "9611002324",
"name": "Harish Reddy G"
},
"grouped_orders": [
{
"order_status": {
"subtitle": "If your payment is deducted, your order will either be confirmed and you will receive a confirmation message within next 15 minutes or the amount will be refunded within 5-7 working days. If you haven't completed payment yet, you can either retry payment or choose cash on delivery to complete your order.",
"title": "Payment Confirmation Awaited",
"status_id": 17
},
"invoice": {
"order": null,
"shipping": null
},
"shipment_detail": {
"delivery_partner_name": null
},
"is_cashless_order": false,
"created": 1698056388,
"invoice_data": {},
"skus": [
{
"prescription_verified": false,
"pack_size_label": "bottle of 120 ml Syrup",
"mrp": 73.78,
"name": "Becosules Syrup",
"prescription_status": null,
"sku_id": "117004",
"offered_price": 72.3,
"prescription_required": false,
"sku_type": "otc",
"normalized_quantity": 2
},
{
"prescription_verified": false,
"pack_size_label": "packet of 175 ml Liquid",
"mrp": 45,
"name": "Dettol Liquid Handwash Refill Original",
"prescription_status": null,
"sku_id": "367281",
"offered_price": 45,
"prescription_required": false,
"sku_type": "otc",
"normalized_quantity": 1
},
{
"prescription_verified": false,
"pack_size_label": "bottle of 900 ml Liquid",
"mrp": 149,
"name": "Dettol Original Liquid Handwash",
"prescription_status": null,
"sku_id": "340278",
"offered_price": 119,
"prescription_required": false,
"sku_type": "otc",
"normalized_quantity": 1
},
{
"prescription_verified": false,
"pack_size_label": "tube of 50 gm Gel",
"mrp": 660,
"name": "Ekran Aqua Gel",
"prescription_status": null,
"sku_id": "139559",
"offered_price": 646.8,
"prescription_required": false,
"sku_type": "otc",
"normalized_quantity": 2
},
{
"prescription_verified": false,
"pack_size_label": "jar of 40 gm Gel",
"mrp": 150,
"name": "Fit 2 Move Gel",
"prescription_status": null,
"sku_id": "528051",
"offered_price": 120,
"prescription_required": false,
"sku_type": "otc",
"normalized_quantity": 1
}
],
"order_id": "PO29523371880004",
"status_changed": true,
"payment_summary": {
"payments": [],
"additional_charges": [],
"coupon_discount": 0,
"cashback_earned": 0,
"discounted_mrp": 1003.0999999999999,
"online_collected": 0,
"shipping_charges": 0,
"online_refund_due": 0,
"online_refund_initiated": 0,
"total_refund_due": 0,
"total_payment": 0,
"current_mrp": 1077.78,
"amount_collected": 0,
"allow_payment_retry": true,
"online_pending_amount": 1319,
"cart_mrp": 1077.78,
"order_mrp": 1102.1,
"mode": "ONLINE",
"amount_payable": 1102.1,
"vas": [
{
"id": "6528ee65edb905113bf12c1b",
"amount": 99,
"display_text": "REDISTRIBUTIONTEST",
"group_name": "REDISTRIBUTIONTEST"
}
],
"amount_to_be_paid": 1102.1,
"total_refunded_amount": 0
},
"updated": 1698056424,
"eta": {
"eta_from": 0,
"eta_to": 0
}
}
],
"merchant_order_id": "2333asa3s25224",
"user": {
"email": "[email protected]",
"username": "35b46790-8e8d-4799-b15e-fe694fbb949e",
"contact_number": "9332283746"
},
"group_order_id": "PO29523371880004",
"prescriptions": []
}
},
"partial_complete": false,
"is_success": true,
"status_code": 200
}
Not Found
Response Headers
Date string
Content-Type string
Transfer-Encoding string
Connection string
Vary string
X-Request-ID string
VISITOR-ID string
X-VISITOR-ID string
Server string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
Access-Control-Allow-Origin string
Content-Encoding string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"is_success": false,
"status_code": 404,
"error": {
"message": "Order not found",
"errors": null
}
}
Loading...