Skip to main content

Tracking

Use this API to fetch awb tracking.

Basic Information

NAMEDETAILS
Usage:Mandatory
URL:https://api.rapidshyp.com/rapidshyp/apis/v1/track_order
Request Type:POST
Scheme:HTTPS
Header (content-type):application/json
Header (rapidshyp-token):API-Key

Curl

curl --location 'https://api.rapidshyp.com/rapidshyp/apis/v1/track_order' \
--header 'Content-Type: application/json' \
--header 'rapidshyp-token: 02de5028a59b5e796da8b515ef096dc2781dc2806aba0872e3ac3820ec1698bd' \
--body '{
"seller_order_id": "#3623",
"contact": "9999999999",
"email": "mah@rapidshyp.com",
"awb": "27990115187965"
}'

Request ParametersRequiredRemarkValidation
seller_order_idConditional-MandatoryOrder ID of order created on RapidshypEither order ID is required or AWB
contactAPI user to share any of these details in case tracking is fetched based on order ID
email
awbConditional-MandatoryAWB of shipment where AWB is assigned on RapidshypEither order ID is required or AWB

Response:

JSON
{
"success": true,
"msg": "Record found successfully",
"records": [
{
"seller_order_id": "1111111111",
"creation_date": "11-06-2024 18:56:14",
"payment_method": "COD",
"total_order_value": 454.0,
"store_name": "DEFAULT",
"store_brand_name": "test Brand1",
"store_id": null,
"shipping_name": "JainAkans",
"shipping_email": "",
"shipping_contact": "9999999999",
"shipping_address": "sdfghfdsa",
"shipping_address_2": "sdfgbfdsa",
"shipping_city": "DELHI",
"shipping_pin_code": "110001",
"shipping_state": "DELHI",
"shipping_country": "INDIA",
"billing_name": "JainAkans",
"billing_email": "",
"billing_contact": "9999999999",
"billing_address": "sdfghfdsa",
"billing_address_2": "sdfgbfdsa",
"billing_city": "DELHI",
"billing_pin_code": "110001",
"billing_state": "DELHI",
"billing_country": "INDIA",
"customer_gstin": "",
"order_status": "PROCESSING",
"shipment_details": [
{
"shipment_id": "1111111111",
"shipment_creation_date": "11-06-2024 18:56:31",
"total_shipment_value": 64.0,
"collectable_amount": 64.0,
"pickup_warehouse_name": "Delhi 110001",
"warehouse_contact_name": "Akansha Jain",
"warehouse_email": "abc@gmail.com",
"warehouse_contact": "9999999999",
"warehouse_address": "23456sdfvgbhfdcs",
"warehouse_address_2": "sdfgh",
"warehouse_pin_code": "110001",
"warehouse_city": "DELHI",
"warehouse_state": "DELHI",
"warehouse_country": "INDIA",
"rto_warehouse_name": "Delhi 110001",
"rto_warehouse_contact_name": "Akansha Jain",
"rto_warehouse_email": "abc@gmail.com",
"rto_warehouse_contact": "9999999999",
"rto_warehouse_address": "23456sdfvgbhfdcs",
"rto_warehouse_address_2": "sdfgh",
"rto_warehouse_pin_code": "110001",
"rto_warehouse_city": "DELHI",
"rto_warehouse_state": "DELHI",
"rto_warehouse_country": "INDIA",
"length": 11.0,
"breadth": 12.0,
"height": 13.0,
"dead_weight": 1.0,
"applied_weight": 1.0,
"invoice_number": "",
"shipment_status": "READY_TO_SHIP",
"awb": "1111111111111",
"courier_name": "DTDC",
"child_courier_name": "DTDC - Air - 500 Gm",
"awb_assigned_date": "11-06-2024 18:57:10",
"current_courier_edd": null,
"current_tracking_status_code": null,
"current_tracking_status_desc": null,
"current_status_date": null,
"latest_ndr_reason_code": null,
"latest_ndr_reason_desc": null,
"latest_ndr_date": null,
"product_details": [
{
"product_name": "res",
"product_sku": "678",
"product_qty": 1
}
],
"track_scans": [],
"delivered_date": null,
"rto_delivered_date": null
},
{
"shipment_id": "1111111111",
"shipment_creation_date": "11-06-2024 18:56:30",
"total_shipment_value": 390.0,
"collectable_amount": 390.0,
"pickup_warehouse_name": "Seller 110001",
"warehouse_contact_name": "Sudeep Das Gupta",
"warehouse_email": "abc@gmail.com",
"warehouse_contact": "9999999999",
"warehouse_address": "Seller RE Plot 110001",
"warehouse_address_2": "",
"warehouse_pin_code": "110001",
"warehouse_city": "DELHI",
"warehouse_state": "DELHI",
"warehouse_country": "INDIA",
"rto_warehouse_name": "Seller 110001",
"rto_warehouse_contact_name": "Sudeep Das Gupta",
"rto_warehouse_email": "abc@gmail.com",
"rto_warehouse_contact": "9999999999",
"rto_warehouse_address": "Seller RE Plot 110001",
"rto_warehouse_address_2": "",
"rto_warehouse_pin_code": "110001",
"rto_warehouse_city": "DELHI",
"rto_warehouse_state": "DELHI",
"rto_warehouse_country": "INDIA",
"length": 11.0,
"breadth": 12.0,
"height": 13.0,
"dead_weight": 1.0,
"applied_weight": 1.0,
"invoice_number": "",
"shipment_status": "READY_TO_SHIP",
"awb": "1111111111111",
"courier_name": "DTDC",
"child_courier_name": "DTDC - Air - 500 Gm",
"awb_assigned_date": "11-06-2024 18:56:44",
"current_courier_edd": null,
"current_tracking_status_code": null,
"current_tracking_status_desc": null,
"current_status_date": null,
"latest_ndr_reason_code": null,
"latest_ndr_reason_desc": null,
"latest_ndr_date": null,
"product_details": [
{
"product_name": "bag",
"product_sku": "546",
"product_qty": 1
},
{
"product_name": "teA",
"product_sku": "434",
"product_qty": 1
}
],
"track_scans": null,
"delivered_date": null,
"rto_delivered_date": null
}
]
}
]
}

Tracking status code Rapidshyp:

Rapidshyp Tracking Status CodeStatus Description
SCBShipment Booked
PSHPickup Scheduled
OFPOut for Pickup
PUEPick up Exception
PCNPickup Cancelled
PUCPickup Completed
SPDShipped / Dispatched
INTIn Transit
RADReached at Destination
DEDDelivery Delayed
OFDOut for Delivery
DELDelivered
UNDUndelivered
RTO_REQRTO Requested
RTORTO Confirmed
RTO_INTRTO In Transit
RTO_RADRTO - Reached at Destination
RTO_OFDRTO Out for Delivery
RTO_DELRTO Delivered
RTO_UNDRTO Undelivered
CANShipment Cancelled
ONHShipment On Hold
LSTShipment Lost
DMGShipment Damaged
MSRShipment Misrouted
DPOShipment Disposed-Off