Request
Body Params application/json
{
"from_district_id": 1454,
"from_ward_code": "21211",
"service_id": 53321,
"service_type_id": 2,
"to_district_id": 1452,
"to_ward_code": "21012",
"height": 50,
"length": 20,
"weight": 200,
"width": 20,
"insurance_value": 10000,
"cod_failed_amount": 2000,
"coupon": null
}
Request Code Samples
curl --location --request POST 'http://petfen-shipping.local.com:8087/shiip/public-api/v2/shipping-order/fee' \
--header 'Token: {{dev-token}}' \
--header 'ShopId: {{dev-shop-id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_district_id": 1454,
"from_ward_code": "21211",
"service_id": 53321,
"service_type_id": 2,
"to_district_id": 1452,
"to_ward_code": "21012",
"height": 50,
"length": 20,
"weight": 200,
"width": 20,
"insurance_value": 10000,
"cod_failed_amount": 2000,
"coupon": null
}'
Responses
application/json Modified at 2025-09-15 16:09:10