Welcome to Parcel Courier Service
Manage your shipments, track parcels, create AWB bookings, and access courier tools from your dashboard.
SHOP & SHIP
AWB ENTRIES
INVOICES
RATE CALS
ACCOUNTS
REPORT
API DOCS
LOGOUT
BALANCE : 0.00 INR
ADD TO WALLET
SHIP&SHOP
TRACKMATE+ API INTEGRATION DOCUMENT V1.1
SHOP & SHIP WORLD
RATE API DOCUMENTATION
Following are the required inputs to the request.
Example
POST /docket_api/customer_rate_cals?api_company_id=8
Request:
CURL Example
Request:
curl --location --request POST 'https://shopshipworld.com/docket_api/customer_rate_cals?api_company_id=8' \ --form 'product_code=DOX' \ --form 'destination_code=DE' \ --form 'booking_date=2026-05-09' \ --form 'origin_code=IN' \ --form 'pcs=1' \ --form 'actual_weight=12' \ --form 'customer_code=T001' \ --form 'username=YOUR_USERNAME' \ --form 'password=YOUR_PASSWORD'
Response:
{
"success": false,
"error": [
"No Rate Found"
]
}
{
"success": true,
"data": [
{
"code": "UPS",
"name": "",
"weight": "1",
"other_charges": 0,
"rate": 1027,
"fsc": 210.54,
"igst": 123.75,
"cgst": "",
"sgst": "",
"total": 1361.29,
"per_kg": 1361.29
}
],
"error": []
}
