Resources
Shyplite Integration
Last Updated
June 17, 2022
Authentication API
- Go to Settings > API > Click on Enable
- You will get 4 keys for Authentication: Seller ID, App ID, and the Public & Private Key
- Click Here to check the Authentication API Document
Orders API
- Request: You give the order details in this API for booking of an order
- Response: This will give success as response on successful booking, else will give an error/failure to be fixed for booking of that particular order
- Click Here to check out the Orders API Document
Shipments API
- Request: You have to pass the order ID you booked via Order API
- Response: You will receive - Carrier Name, AWB Number, File path, File Name and Manifest ID
- Click Here to check out the Shipments API Document
Manifest API
- Request: You have to pass the Manifest ID which you have received in response to the Shipments API
- Responst: You will receive File path & File Name
- Click Here to check out the Manifest API Document
Tracking API
1. Tracking via Tracking Number
- Request: You have to pass one AWB Number you have received in response to the Shipments API
- Response: You will receive Carrier Name, AWB Number and Tracking events
- Click Here to check out the Tracking API Document
2. Bulk Tracking via Tracking Number
- Request: You have to pass the AWB Number(s) you have received in response to the Shipments API
- Response: You will receive Carrier Name, AWB Number and Tracking events
- Click Here to check out the Tracking API Document
3. Bulk Tracking via Order ID
- Request: You have to pass the order ID(s) you have received in response to the Shipments API
- Response: You will receive Carrier Name, AWB Number and Tracking events
- Click Here to check out the Tracking API Document
Serviceability API
- Request: You have to pass the Pickup Pin code and Drop Pin code in the URL itself
- Response: You will receive a set of services which will have the pairing of Mode Type and Order Type
- Click Here to check out the Serviceability API Document
Price Calculator and Serviceability API
- Request: You have to pass the Pickup Pin code and Drop Pin code, Order Type, Mode Type, Length (cm), Breadth (cm), Height (cm), Weight (kg) and Invoice Value
- Response: You will receive the estimated price
- Click Here to check out the Price Calculator API Document
Cancel Order API
- Request: You have to pass the order ID(s) you wish to cancel
- Response: You will receive true and false against the respective order IDs
- Click Here to check out the Cancel Order API Document
Orders API - MPS
- Request: You have to give the order details in this API for booking of an order.
- Response: Will give success as response on successful booking, else will give an error/failure to be fixed for booking of that particular order
Click Here to check out the Orders API Document