STT Detail
Halaman ini menjelaskan menengai STT Detail. API ini digunakan untuk mendapatkan detail lengkap dari sebuah STT atau nomor referensi eksternal (external number).
Deskripsi
Endpoint
Header
Name
Value
Request Parameters
Parameter
Data Type
Description
Response
{
"stts": [
{
"stt_no": "99LP1746757149278",
"sender": {
"name": "testing",
"phone": "99999999",
"address": "testing"
},
"recipient": {
"name": "testing1",
"phone": "099999999999",
"address": "testing2"
},
"service_type": "PACKAGE",
"product": "REGPACK",
"pieces": 1,
"gross_weight": 1,
"volume_weight": 0.37,
"chargeable_weight": 1,
"publish_rate": 5250,
"forward_rate": 0,
"shipping_surcharge_rate": 2250,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"is_cod": true,
"cod_value": 0,
"is_wood_packing": false,
"wood_packing_rate": 0,
"is_insurance": false,
"insurance_rate": 0,
"goods_value": 10000,
"cash_collected": 0,
"is_cash_out": false,
"external_id": "",
"shipment_id": "",
"origin": "PAL MERAH, JAKARTA BARAT (CGK)",
"destination": "PAL MERAH, JAKARTA BARAT (CGK)",
"current_status": "POD",
"updated_on": "2025-05-09T03:00:58Z",
"created_on": "2025-05-09T02:19:09Z"
}
]
}Last updated
Was this helpful?