Cek Tarif Retail
Halaman ini menjelaskan parameter body yang wajib dikirim untuk melakukan permintaan cek tarif Retail, 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 Retail, termasuk fungsi, tipe data, dan contoh nilai.
Last updated
Was this helpful?
Was this helpful?
{
"origin": "KEBON JERUK, JAKARTA BARAT",
"destination": "MEDAN PETISAH, MEDAN",
"commodity": "ABR036-AKSESORIS & BARANG PRIBADI",
"weight": 1,
"is_cod_area": false,
"origin_forward_area": "KEBON JERUK, JAKARTA BARAT",
"dest_forward_area": "MEDAN PETISAH, MEDAN",
"result": [
{
"row": 1,
"service_type": "PACKAGE",
"product": "ONEPACK",
"publish_rate": 20000,
"forward_rate": 0,
"shipping_surcharge_rate": 21500,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false,
"estimasi_sla": "4 - 7 Hari",
"status": "INACTIVE",
"total_normal_tariff": 41500,
"total_basic_tariff": 41500,
"is_promo": false,
"total_tariff_after_discount": 41500
},
{
"row": 2,
"service_type": "PACKAGE",
"product": "REGPACK",
"publish_rate": 5000,
"forward_rate": 0,
"shipping_surcharge_rate": 2000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false,
"estimasi_sla": "5 - 9 Hari",
"status": "INACTIVE",
"total_normal_tariff": 7000,
"total_basic_tariff": 7000,
"is_promo": false,
"total_tariff_after_discount": 7000
},
{
"row": 3,
"service_type": "PACKAGE",
"product": "JAGOPACK",
"publish_rate": 5000,
"forward_rate": 0,
"shipping_surcharge_rate": 2000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false,
"estimasi_sla": "5 - 11 Hari",
"status": "INACTIVE",
"total_normal_tariff": 7000,
"total_basic_tariff": 7000,
"is_promo": false,
"total_tariff_after_discount": 7000
},
{
"row": 4,
"service_type": "PACKAGE",
"product": "BIGPACK",
"publish_rate": 59500,
"forward_rate": 0,
"shipping_surcharge_rate": 25500,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false,
"estimasi_sla": "- Hari",
"status": "INACTIVE",
"total_normal_tariff": 85000,
"total_basic_tariff": 85000,
"is_promo": false,
"total_tariff_after_discount": 85000
},
{
"row": 5,
"service_type": "PACKAGE",
"product": "VIPPACK",
"publish_rate": 20000,
"forward_rate": 0,
"shipping_surcharge_rate": 23000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false,
"estimasi_sla": "- Hari",
"status": "INACTIVE",
"total_normal_tariff": 43000,
"total_basic_tariff": 43000,
"is_promo": false,
"total_tariff_after_discount": 43000
}
]
}{
"message": {
"en": "Failed to get district",
"id": "Gagal memperoleh district"
}
}