Estimation Rates
Developing
To get the shipping fee from origin and destination inputted
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://demo.boscod.com:4004/v1/order/estimation_rates?courier_id=idx&service_code=06&cod=20000&item_value=1&item_weight=1&item_width=10&item_height=10&item_length=10&insurance=1&sender_addr_id=15112&receiver_addr_id=15112' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"max_price": 50000,
"price": 47500,
"insurance": 0,
"cod_fee": 300,
"cod_fee_ppn": 0,
"total": 47933,
"etd_from": 3,
"etd_thru": 5,
"calculated_weight": 0
}
Modified at 2025-07-01 07:49:50