Cek Tarif Detail V4
Halaman ini menjelaskan parameter body yang wajib dikirim untuk melakukan permintaan cek tarif detail per product, termasuk fungsi, tipe data, dan contoh nilai.
Last updated
Was this helpful?
Halaman ini menjelaskan parameter body yang wajib dikirim untuk melakukan permintaan cek tarif detail per product, termasuk fungsi, tipe data, dan contoh nilai.
Last updated
Was this helpful?
Was this helpful?
{
"origin": "KEBON JERUK, JAKARTA BARAT",
"destination": "ANDIR, BANDUNG",
"commodity": "ABR036",
"weight": 1,
"is_cod_area": true,
"origin_forward_area": "KEBON JERUK, JAKARTA BARAT",
"dest_forward_area": "ANDIR, BANDUNG",
"result": [
{
"row": 1,
"service_type": "PACKAGE",
"product": "REGPACK",
"publish_rate": 7000,
"forward_rate": 0,
"shipping_surcharge_rate": 3000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false,
"estimasi_sla": "3 - 6 Hari",
"status": "ACTIVE",
"total_normal_tariff": 10000,
"total_basic_tariff": 10000,
"is_promo": false,
"total_tariff_after_discount": 0,
"cod_amount": 0,
"cod_fee": 0,
"gross_weight": 1,
"volume_weight": 0.17,
"chargeable_weight": 1
}
]
}{
"message": {
"en": "Failed to get district",
"id": "Gagal memperoleh district"
}
}