Shipment Orders
These set of APIs will help you create, manipulate, delete shipment orders as well as get the order details.
Fetch an Order details
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "PASS",
"message": {
"order_details": {
"order_id": 4892552,
"reference_number": "000000005-2-7",
"awb_number": "SH-22T70ZX",
"status": "Complete",
"delivery_hub_sn": "Taj MG Road Bengaluru",
"delivery_address": "MyCornerBakery, Hosa Road, Golden Hill Square, Bangalore, 560068, Karnataka, India",
"delivery_postal_code": "560068",
"pickup_address": "Taj MG Road, Bengaluru, Mahatma Gandhi Road, Yellappa Garden, Yellappa Chetty Layout, Sivanchetti Gardens, Bengaluru, Karnataka, India",
"pickup_postal_code": "560001",
"customer_name": "John Doe",
"customer_mobile": 9876543210,
"alternate_customer_mobile": null,
"pickup_customer_name": "",
"pickup_customer_mobile": null,
"delivery_hub": "Koramangala [BH Microwarehouse]",
"item_details": {
"2714539": {
"item_name": "Fusion Backpack",
"item_quantity": 1,
"item_qty_picked": 1,
"item_qty_delivered": 1
}
},
"return_address": "Distribution Logistics Infrastructure Pvt Ltd Park (ILP) Maranayanakanahalli,Bengaluru, Karnataka,Bengaluru,Karnataka,India",
"return_postal_code": "562107",
"return_customer_name": "John",
"return_customer_mobile": 9434343434,
"return_hub": "testcustomer_bengaluru_hub"
"cash_on_delivery": "59.00"
}
}
}Create a new order
Headers
Name
Type
Description
Request Body
Name
Type
Description
Update an Order
Headers
Name
Type
Description
Request Body
Name
Type
Description
Add items to an Order
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete items from an Order
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?