curl --location '/api/v1/shipments/pricing/calculation' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"warehouse_code": "ONF_WH_HCM_APD",
"merchant_tracking_code_reference": "{{merchant_tracking_code_reference}}",
"cod_amount": 1000.00,
"use_insurance": true,
"shipment_value": 100000.00,
"is_check_content": true,
"is_exchange_goods": true,
"delivery_note": "Giao tới nhà có cổng hoa giấy",
"shipment_type": "b2c",
"recipient": {
"recipient_name": "Nguyen Van A",
"recipient_phone_number": "0909090915",
"recipient_address": "Số 9 trà khúc",
"recipient_ward_id": "{{ward_id}}",
"recipient_district_id": "{{district_id}}",
"recipient_city_id": "{{province_id}}",
"recipient_ward": "Phường 02",
"recipient_district": "Quận Tân Bình",
"recipient_city": "Hồ Chí Minh"
},
"items": [
{
"oasin": "{{oasin}}",
"product_quantity": 2,
"customs_value": 20000,
"stock_level": "A"
}
]
}'{
"data": [
{
"total_fee": 10000,
"service_code": "NH-EC-STD-GHTK",
"service_name": "Tiêu chuẩn",
"carrier_code": "GHTK",
"carrier_logo": "https://storage.googleapis.com/omisell-cloud/logo/courier/giaohangtietkiem.svg",
"carrier_service_code": "GHTK-STD",
"min_estimate_time": -0.0,
"max_estimate_time": -0.0
},
{
"total_fee": 21780.0,
"service_code": "NH-STD-BEST",
"service_name": "Giao hàng tiết kiệm",
"carrier_code": "BEST",
"carrier_logo": "https://nh-wms.sgp1.cdn.digitaloceanspaces.com/oms/bestexpress_1726740277.png",
"carrier_service_code": "12491",
"min_estimate_time": 3.0,
"max_estimate_time": 5.0
},
{
"total_fee": 31900,
"service_code": "NH-STD-GHN",
"service_name": "Giao hàng nhanh - Tiêu chuẩn",
"carrier_code": "GHN",
"carrier_logo": "https://storage.googleapis.com/omisell-cloud/logo/courier/ghn-01.svg",
"carrier_service_code": "GHN-STD",
"min_estimate_time": "N/A",
"max_estimate_time": "N/A"
},
{
"total_fee": 47088,
"service_code": "NH-EC-STT",
"service_name": "Tiêu chuẩn",
"carrier_code": "VNP",
"carrier_logo": "https://storage.googleapis.com/boxme-cloud/Logo/vnpost-ems.svg",
"carrier_service_code": "CTN009",
"min_estimate_time": 3.0,
"max_estimate_time": 5.0
},
{
"total_fee": 64800,
"service_code": "NH-EC-FAST-STG",
"service_name": "Nhanh",
"carrier_code": "VNP",
"carrier_logo": "https://storage.googleapis.com/boxme-cloud/Logo/vnpost-ems.svg",
"carrier_service_code": "ETN011",
"min_estimate_time": 3.0,
"max_estimate_time": 5.0
}
],
"error": false,
"error_code": null,
"log_id": null,
"messages": "OK",
"total": 1,
"version": "1.0.3"
}