Skip to main content

Airwaybill Tracking

Endpoint
Endpoint Method
Authentication
http://apiv2.jne.co.id:10102/tracing/api/list/v1/cnote/{AWB_VALUE}    
Authentication
Type
Token source
Server
     
Header
Parameter
Value
 
Body requestNOTES

Replace {AWB_VALUE} "properties":with "value"corresponding }

Properties
Properties ofData typeRequiredDescription



 
AWB

example:

http://apiv2.jne.co.id:10102/tracing/api/list/v1/cnote/010116240120792

Result example

200 OK

{
    "cnote": {
        "cnote_no": "XXXXXXXXXXXXX",
        "reference_number": "932323",
        "cnote_origin": "BDO21200",
        "cnote_destination": "BDO21216",
        "cnote_services_code": "REG",
        "servicetype": "REG19",
        "cnote_cust_no": "80540008",
        "cnote_date": "2022-04-02T17:45:08.000+07:00",
        "cnote_pod_receiver": "WAWAN",
        "cnote_receiver_name": "WAWAN",
        "city_name": "PAGELARAN, CIANJUR",
        "cnote_pod_date": "2022-04-03T13:31:00.000+07:00",
        "pod_status": "DELIVERED",
        "last_status": "DELIVERED TO [WAWAN | 03-04-2022 13:31 | BANDUNG ]",
        "cust_type": "060",
        "cnote_amount": "9000",
        "cnote_weight": "1",
        "pod_code": "D01",
        "keterangan": "YANG BERSANGKUTAN",
        "cnote_goods_descr": "MESIN CUCI SHARP EST 80MW 8KG 2TABUNG",
        "freight_charge": "9000",
        "shippingcost": "9000",
        "insuranceamount": "0",
        "priceperkg": "9000",
        "signature": "https://s3-ap-southeast-1.amazonaws.com/pod.paket.id/1648967500876S||XXXXX.jpeg",
        "photo": "https://s3-ap-southeast-1.amazonaws.com/pod.paket.id/1648967469777P||xXXXXX.jpeg",
        "long": "107.175963",
        "lat": "-7.165699",
        "estimate_delivery": "6 Days"
    },
    "detail": [
        {
            "cnote_no": "0226022200068098",
            "cnote_date": "2022-04-02T17:45:08.000+07:00",
            "cnote_weight": "1",
            "cnote_origin": "BDO21200",
            "cnote_shipper_name": "IRENE ROSSELLINI ATMADJA",
            "cnote_shipper_addr1": "JL. MANGUNSARKORO NO 6 CIANJUR",
            "cnote_shipper_addr2": " ",
            "cnote_shipper_addr3": null,
            "cnote_shipper_city": "CIANJUR",
            "cnote_receiver_name": "WAWAN",
            "cnote_receiver_addr1": "KP LEMBUR SAWAH RT 01/01",
            "cnote_receiver_addr2": null,
            "cnote_receiver_addr3": null,
            "cnote_receiver_city": "PAGELARAN, CIANJUR"
        }
    ],
    "history": [
        {
            "date": "02-04-2022 17:45",
            "desc": "SHIPMENT RECEIVED BY JNE COUNTER OFFICER AT [CIANJUR, CIANJUR]",
            "code": "RC1"
        },
        {
            "date": "02-04-2022 18:02",
            "desc": "PICKED UP BY COURIER [CIANJUR, CIANJUR]",
            "code": "PU1"
        },
        {
            "date": "02-04-2022 22:21",
            "desc": "PROCESSED AT SORTING CENTER [CIANJUR, SABANDAR]",
            "code": "OP2"
        },
        {
            "date": "03-04-2022 01:16",
            "desc": "RECEIVED AT ORIGIN GATEWAY  [BANDUNG]",
            "code": "TP1"
        },
        {
            "date": "03-04-2022 01:31",
            "desc": "RECEIVED AT WAREHOUSE   [TGG, AGEN SUKANAGARA]",
            "code": "IP1"
        },
        {
            "date": "03-04-2022 04:25",
            "desc": "SHIPMENT FORWARDED FROM TRANSIT CITY TO DESTINATION CITY [TGG, PAGELARAN]",
            "code": "OP3"
        },
        {
            "date": "03-04-2022 08:10",
            "desc": "WITH DELIVERY COURIER  [BANDUNG]",
            "code": "IP3"
        },
        {
            "date": "03-04-2022 13:31",
            "desc": "DELIVERED TO [WAWAN | 03-04-2022 13:31 | BANDUNG ]",
            "code": "D01"
        }
    ]
}
Error example

200 OK

AWB not found

{
    "error": "Cnote No. Not Found.",
    "status": false
}