> For the complete documentation index, see [llms.txt](https://docs.lionparcel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lionparcel.com/release-note/release-note-en/news-and-update/9-march-2026.md).

# 9 March 2026

## **API enhancement :** additional Response parameters for API Tracking, API Get Detail, And Webhook

### <sub>Change Summary</sub>

We added several new parameters to the Webhook, API Tracking, STT Detail to provide additional information about the shipment weight entered when creating an order (before the BKD process)

Impacted endpoint:

* <https://api-middleware.lionparcel.com/v3/stt/track?q=>q
* [https://api-middleware.lionparcel.com/v3/stt/detail?q=](https://api-middleware.lionparcel.com/v3/stt/detail?q=C2PQEKFL)q
* webhook

New Parameters

The following parameters were added to the response:

| Parameter                  | Description                                                  |
| -------------------------- | ------------------------------------------------------------ |
| request\_gross\_weight\_g  | Total gross shipment weight in grams                         |
| request\_gross\_weight\_kg | Total gross shipment weight in kilograms                     |
| request\_volume\_weight    | Volumetric weight calculated based on the package dimensions |

**Status Displaying These Parameters**

**These new parameters will appear in the following statuses:**

* ### <sup><sub>SHPRCT<sub></sup>
* ### <sup><sub>BKD<sub></sup>
* ### <sup><sub>STT Adjusted<sub></sup>
* ### <sup><sub>STT Adjusted After POD<sub></sup>

**Impact on Client**

* No changes to the API endpoint.
* No changes to the request parameters.
* The addition is only an extra field in the response.
* Existing integrations continue to run without changes.<br>

Clients can use this information for monitoring, weight validation, and shipment reconciliation.

Volumetric Weight Calculation

The request\_volume\_weight value is calculated based on the shipping service type using the following formula:

| Service                       | Calculation                      |
| ----------------------------- | -------------------------------- |
| Regpack / Jagopack / Bosspack | (Length × Width × Height) / 6000 |
| Bigpack & Bigpackfast         | (Length × Width × Height) / 4000 |
| Interpack                     | (Length × Width × Height) / 5000 |

Dimensions use cm units.

\
Webhook Response
----------------

SHPCRT Status

Before enhancement

| <p>{</p><p>  "attachment": "",</p><p>  "attachments": null,</p><p>  "city": "JAKARTA",</p><p>  "courier": {</p><p>    "licence\_plate": "",</p><p>    "name": "",</p><p>    "phone": ""</p><p>  },</p><p>  "current\_status": "SHPCRT",</p><p>  "datetime": "2026-03-13T07:14:18Z",</p><p>  "en\_remarks": "Your shipment has been successfully created",</p><p>  "external\_no": "",</p><p>  "in\_remarks": "Your shipment has been successfully created",</p><p>  "location": "",</p><p>  "reason": "",</p><p>  "reason\_code": "",</p><p>  "remarks": "Your shipment has been successfully created",</p><p>  "shipment\_id": "C1OMIUDC",</p><p>  "status\_code": "SHPCRT",</p><p>  "stt\_no": "",</p><p>  "updated\_by": "CL2407",</p><p>  "updated\_on": "2026-03-13T07:14:18Z"</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

After enhancement

| <p>{</p><p>  "attachment": "",</p><p>  "attachments": null,</p><p>  "city": "JAKARTA",</p><p>  "courier": {</p><p>    "licence\_plate": "",</p><p>    "name": "",</p><p>    "phone": ""</p><p>  },</p><p>  "current\_status": "SHPCRT",</p><p>  "datetime": "2026-03-13T07:14:18Z",</p><p>  "en\_remarks": "Your shipment has been successfully created",</p><p>  "external\_no": "",</p><p>  "in\_remarks": "Your shipment has been successfully created",</p><p>  "location": "",</p><p>  "reason": "",</p><p>  "reason\_code": "",</p><p>  "remarks": "Your shipment has been successfully created",</p><p>  <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_g": 1000,   //new</strong></mark></p><p>  <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_kg": 1,   //new</strong></mark></p><p>  <mark style="background-color:yellow;"><strong>"request\_volume\_weight": 0.17,   //new</strong></mark></p><p>  "shipment\_id": "C1OMIUDC",</p><p>  "status\_code": "SHPCRT",</p><p>  "stt\_no": "",</p><p>  "updated\_by": "CL2407",</p><p>  "updated\_on": "2026-03-13T07:14:18Z"</p><p>}</p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

BKD Status

Before enhancement

| <p>{</p><p>  "stt\_no": "88LP1773386140114",</p><p>  "sender": {</p><p>    "name": "Dini",</p><p>    "address": "Jalan Kedoya Raya no 55",</p><p>    "phone": "62881082327979"</p><p>  },</p><p>  "recipient": {</p><p>    "name": "debi",</p><p>    "address": "Kubu Kec Sawang Kab Aceh Utara Prov Nangroe Aceh",</p><p>    "phone": "6287777112295"</p><p>  },</p><p>  "service\_type": "PACKAGE",</p><p>  "product": "REGPACK",</p><p>  "pieces": 1,</p><p>  "gross\_weight": 1,</p><p>  "volume\_weight": 0.17,</p><p>  "chargeable\_weight": 1,</p><p>  "publish\_rate": 7350,</p><p>  "origin\_district\_rate": 0,</p><p>  "destination\_district\_rate": 0,</p><p>  "forward\_rate": 0,</p><p>  "shipping\_surcharge\_rate": 3150,</p><p>  "commodity\_surcharge\_rate": 0,</p><p>  "heavy\_weight\_surcharge\_rate": 0,</p><p>  "is\_cod": false,</p><p>  "is\_dfod": false,</p><p>  "is\_wood\_packing": false,</p><p>  "wood\_packing\_rate": 0,</p><p>  "is\_insurance": false,</p><p>  "insurance\_rate": 0,</p><p>  "insurance\_type": "free",</p><p>  "goods\_value": 10000,</p><p>  "cod\_value": 0,</p><p>  "cod\_amount": 0,</p><p>  "cod\_fee": 0,</p><p>  "cash\_collected": 0,</p><p>  "is\_cash\_out": false,</p><p>  "origin": "KEBON JERUK, KEBON JERUK, JAKARTA BARAT (CGK)",</p><p>  "destination": "ANDIR, BANDUNG (BDO)",</p><p>  "current\_status": "BKD",</p><p>  "status\_code": "BKD",</p><p>  "external\_id": "",</p><p>  "shipment\_id": "C1OMIUDC",</p><p>  "created\_on": "2026-03-13T07:15:39Z",</p><p>  "updated\_on": "2026-03-13T07:15:39Z",</p><p>  "is\_shipment\_done": true,</p><p>  "document\_surcharge": 0,</p><p>  "location": "CGK",</p><p>  "city": "JAKARTA",</p><p>  "remarks": "Your package has been processed by the Lion Parcel agent JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>  "in\_remarks": "Your package has been processed by the Lion Parcel agent JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>  "en\_remarks": "Your package has been processed by the Lion Parcel agent JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>  "updated\_by": "P.OPS.DEBI.POSTESTING",</p><p>  "total\_tariff": 10500,</p><p>  "is\_promo": false,</p><p>  "discount": 0,</p><p>  "total\_discount": 0,</p><p>  "publish\_rate\_before\_discount": 7350,</p><p>  "shipping\_surcharge\_rate\_before\_discount": 3150,</p><p>  "origin\_district\_rate\_before\_discount": 0,</p><p>  "destination\_district\_rate\_before\_discount": 0,</p><p>  "forward\_rate\_before\_discount": 0,</p><p>  "document\_surcharge\_before\_discount": 0,</p><p>  "commodity\_surcharge\_before\_discount": 0,</p><p>  "heavy\_weight\_surcharge\_before\_discount": 0,</p><p>  "woodpacking\_rates\_before\_discount": 0,</p><p>  "insurance\_rates\_before\_discount": 0,</p><p>  "total\_tariff\_before\_discount": 10500,</p><p>  "shipment\_id\_reference\_reverse\_journey": "",</p><p>  "stt\_no\_reference\_reverse\_journey": "",</p><p>  "is\_return\_do": false,</p><p>  "percentage\_cod\_fee": 0,</p><p>  "min\_cod\_fee": 0,</p><p>  "agent\_name": "",</p><p>  "stt\_attach\_files": \[],</p><p>  "url\_picture": "",</p><p>  "bm\_tax\_rate": 0,</p><p>  "ppn\_tax\_rate": 0,</p><p>  "pph\_tax\_rate": 0,</p><p>  "insurance\_admin\_fee": 0,</p><p>  "return\_fee\_basic": 0,</p><p>  "return\_fee": 0,</p><p>  "shipping\_cost": 10500,</p><p>  "stt\_weight\_attach\_file\_signeds": null,</p><p>  "stt\_journey\_type": "",</p><p>  "recipient\_district\_code": "JBR22",</p><p>  "attachment": null,</p><p>  "stt\_booked\_at": "2026-03-13T14:15:39+07:00",</p><p>  "stt\_booked\_by": 0,</p><p>  "stt\_booked\_name": "",</p><p>  "stt\_booked\_by\_code": "",</p><p>  "stt\_booked\_by\_type": "",</p><p>  "stt\_booked\_by\_tier": "",</p><p>  "origin\_city\_id": "CGK",</p><p>  "destination\_city\_id": "BDO",</p><p>  "estimated\_sla": {</p><p>    "range": "1 - 2 Days",</p><p>    "start\_date": "2026-03-14T00:00:00Z",</p><p>    "end\_date": "2026-03-16T00:00:00Z"</p><p>  },</p><p>  "total\_piece": 1,</p><p>  "commodity": {</p><p>    "code": "ABR036",</p><p>    "name": "ACCESSORIES & PERSONAL ITEMS",</p><p>    "is\_dg": false,</p><p>    "is\_quarantine": false</p><p>  },</p><p>  "source": "AGGREGATOR",</p><p>  "total\_dim\_length": 10,</p><p>  "total\_dim\_width": 10,</p><p>  "total\_dim\_height": 10,</p><p>  "pieces\_details": \[</p><p>    {</p><p>      "piece\_id": 146017782,</p><p>      "piece\_length": 10,</p><p>      "piece\_width": 10,</p><p>      "piece\_height": 10,</p><p>      "piece\_gross\_weight": 1,</p><p>      "piece\_volume\_weight": 0.16666666666666666</p><p>    }</p><p>  ],</p><p>  "ref\_stt\_no": "",</p><p>  "root\_stt\_number": "",</p><p>  "client\_code": "CGK-2912"</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

After enhancement

| <p>{</p><p>  "stt\_no": "88LP1773386140114",</p><p>  "sender": {</p><p>    "name": "Dini",</p><p>    "address": "Jalan Kedoya Raya no 55",</p><p>    "phone": "62881082327979"</p><p>  },</p><p>  "recipient": {</p><p>    "name": "debi",</p><p>    "address": "Kubu Kec Sawang Kab Aceh Utara Prov Nangroe Aceh",</p><p>    "phone": "6287777112295"</p><p>  },</p><p>  "service\_type": "PACKAGE",</p><p>  "product": "REGPACK",</p><p>  "pieces": 1,</p><p>  "gross\_weight": 1,</p><p>  "volume\_weight": 0.17,</p><p>  "chargeable\_weight": 1,</p><p>  "publish\_rate": 7350,</p><p>  "origin\_district\_rate": 0,</p><p>  "destination\_district\_rate": 0,</p><p>  "forward\_rate": 0,</p><p>  "shipping\_surcharge\_rate": 3150,</p><p>  "commodity\_surcharge\_rate": 0,</p><p>  "heavy\_weight\_surcharge\_rate": 0,</p><p>  "is\_cod": false,</p><p>  "is\_dfod": false,</p><p>  "is\_wood\_packing": false,</p><p>  "wood\_packing\_rate": 0,</p><p>  "is\_insurance": false,</p><p>  "insurance\_rate": 0,</p><p>  "insurance\_type": "free",</p><p>  "goods\_value": 10000,</p><p>  "cod\_value": 0,</p><p>  "cod\_amount": 0,</p><p>  "cod\_fee": 0,</p><p>  "cash\_collected": 0,</p><p>  "is\_cash\_out": false,</p><p>  "origin": "KEBON JERUK, KEBON JERUK, JAKARTA BARAT (CGK)",</p><p>  "destination": "ANDIR, BANDUNG (BDO)",</p><p>  "current\_status": "BKD",</p><p>  "status\_code": "BKD",</p><p>  "external\_id": "",</p><p>  "shipment\_id": "C1OMIUDC",</p><p>  "created\_on": "2026-03-13T07:15:39Z",</p><p>  "updated\_on": "2026-03-13T07:15:39Z",</p><p>  "is\_shipment\_done": true,</p><p>  "document\_surcharge": 0,</p><p>  "location": "CGK",</p><p>  "city": "JAKARTA",</p><p>  "remarks": "Your package has been processed by the Lion Parcel agent JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>  "in\_remarks": "Your package has been processed by the Lion Parcel agent JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>  "en\_remarks": "Your package has been processed by the Lion Parcel agent JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>  "updated\_by": "P.OPS.DEBI.POSTESTING",</p><p>  "total\_tariff": 10500,</p><p>  "is\_promo": false,</p><p>  "discount": 0,</p><p>  "total\_discount": 0,</p><p>  "publish\_rate\_before\_discount": 7350,</p><p>  "shipping\_surcharge\_rate\_before\_discount": 3150,</p><p>  "origin\_district\_rate\_before\_discount": 0,</p><p>  "destination\_district\_rate\_before\_discount": 0,</p><p>  "forward\_rate\_before\_discount": 0,</p><p>  "document\_surcharge\_before\_discount": 0,</p><p>  "commodity\_surcharge\_before\_discount": 0,</p><p>  "heavy\_weight\_surcharge\_before\_discount": 0,</p><p>  "woodpacking\_rates\_before\_discount": 0,</p><p>  "insurance\_rates\_before\_discount": 0,</p><p>  "total\_tariff\_before\_discount": 10500,</p><p>  "shipment\_id\_reference\_reverse\_journey": "",</p><p>  "stt\_no\_reference\_reverse\_journey": "",</p><p>  "is\_return\_do": false,</p><p>  "percentage\_cod\_fee": 0,</p><p>  "min\_cod\_fee": 0,</p><p>  "agent\_name": "",</p><p>  "stt\_attach\_files": \[],</p><p>  "url\_picture": "",</p><p>  "bm\_tax\_rate": 0,</p><p>  "ppn\_tax\_rate": 0,</p><p>  "pph\_tax\_rate": 0,</p><p>  "insurance\_admin\_fee": 0,</p><p>  "return\_fee\_basic": 0,</p><p>  "return\_fee": 0,</p><p>  "shipping\_cost": 10500,</p><p>  "stt\_weight\_attach\_file\_signeds": null,</p><p>  "stt\_journey\_type": "",</p><p>  "recipient\_district\_code": "JBR22",</p><p>  "attachment": null,</p><p>  "stt\_booked\_at": "2026-03-13T14:15:39+07:00",</p><p>  "stt\_booked\_by": 0,</p><p>  "stt\_booked\_name": "",</p><p>  "stt\_booked\_by\_code": "",</p><p>  "stt\_booked\_by\_type": "",</p><p>  "stt\_booked\_by\_tier": "",</p><p>  "origin\_city\_id": "CGK",</p><p>  "destination\_city\_id": "BDO",</p><p>  "estimated\_sla": {</p><p>    "range": "1 - 2 Days",</p><p>    "start\_date": "2026-03-14T00:00:00Z",</p><p>    "end\_date": "2026-03-16T00:00:00Z"</p><p>  },</p><p>  "total\_piece": 1,</p><p>  "commodity": {</p><p>    "code": "ABR036",</p><p>    "name": "ACCESSORIES & PERSONAL ITEMS",</p><p>    "is\_dg": false,</p><p>    "is\_quarantine": false</p><p>  },</p><p>  "source": "AGGREGATOR",</p><p>  "total\_dim\_length": 10,</p><p>  "total\_dim\_width": 10,</p><p>  "total\_dim\_height": 10,</p><p>  "pieces\_details": \[</p><p>    {</p><p>      "piece\_id": 146017782,</p><p>      "piece\_length": 10,</p><p>      "piece\_width": 10,</p><p>      "piece\_height": 10,</p><p>      "piece\_gross\_weight": 1,</p><p>      "piece\_volume\_weight": 0.16666666666666666</p><p>    }</p><p>  ],</p><p>  "ref\_stt\_no": "",</p><p>  "root\_stt\_number": "",</p><p>  <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_g": 1000,   //new</strong></mark></p><p>  <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_kg": 1,   //new</strong></mark></p><p>  <mark style="background-color:yellow;"><strong>"request\_volume\_weight": 0.17,   //new</strong></mark></p><p>  "client\_code": "CGK-2912"</p><p>}</p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## Response API Tracking

| <p>{</p><p>    "stts": \[</p><p>        {</p><p>            "stt\_no": "88LP1773386140114",</p><p>            "sender\_name": "Dini",</p><p>            "recipient\_name": "debi",</p><p>            "origin": "KEBON JERUK, KEBON JERUK, JAKARTA BARAT, JAKARTA",</p><p>            "destination": "ANDIR, BANDUNG, BANDUNG",</p><p>            "current\_status": "BKD",</p><p>            "status\_code": "BKD",</p><p>            "chargeable\_weight": 1,</p><p>            "shipment\_id": "C1OMIUDC",</p><p>            "product\_type": "REGPACK",</p><p>            "pieces": 1,</p><p>            "pieces\_details": \[</p><p>                {</p><p>                    "piece\_gross\_weight": 1,</p><p>                    "piece\_height": 10,</p><p>                    "piece\_length": 10,</p><p>                    "piece\_volume\_weight": 0.166667,</p><p>                    "piece\_width": 10</p><p>                }</p><p>            ],</p><p>            "volume\_weight": 0.17,</p><p>            "gross\_weight": 1,</p><p>            "chargeable\_total\_tariff": 10500,</p><p>            "history": \[</p><p>                {</p><p>                    "row": 1,</p><p>                    "datetime": "2026-03-13T14:14:18+07:00",</p><p>                    "status\_code": "SHPCRT",</p><p>                    "current\_status": "SHPCRT",</p><p>                    "location": "",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR SHIPMENT HAS BEEN CREATED",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "PEGASUS",</p><p>                    "updated\_on": "2026-03-13T14:14:18+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1OMIUDC",</p><p>                    "total\_tariff": 0,</p><p>                    "reason": "",</p><p>                    "problem\_reason\_code": "",</p><p>                    "chargeable\_weight": 1,</p><p>                    "pieces": 1,</p><p>                    "proof": {</p><p>                        "attachment\_signed": \[],</p><p>                        "latitude": 0,</p><p>                        "longitude": 0,</p><p>                        "relation": "",</p><p>                        "name": ""</p><p>                    },</p><p>                    "root\_stt\_number": "88LP1773386140114",</p><p>                   <mark style="background-color:yellow;"> <strong>"request\_gross\_weight\_g": 1000,   //new</strong></mark></p><p>                    <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_kg": 1,    //new</strong></mark>    </p><p>                    <mark style="background-color:yellow;"><strong>"request\_volume\_weight": 0.17   //new</strong></mark></p><p>                },</p><p>                {</p><p>                    "row": 2,</p><p>                    "datetime": "2026-03-13T14:15:39+07:00",</p><p>                    "status\_code": "BKD",</p><p>                    "current\_status": "BKD",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS BEEN PROCESSED BY THE LION PARCEL AGENT JAKARTA, KEBON JERUK, KEBON JERUK, JAKARTA BARAT",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "P.OPS.DEBI.POSTESTING",</p><p>                    "updated\_on": "2026-03-13T14:15:39+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1OMIUDC",</p><p>                    "total\_tariff": 10500,</p><p>                    "reason": "",</p><p>                    "problem\_reason\_code": "",</p><p>                    "chargeable\_weight": 1,</p><p>                    "total\_gross\_weight": 1,</p><p>                    "total\_volume\_weight": 0.17,</p><p>                    "is\_insurance": false,</p><p>                    "insurance\_rate": 0,</p><p>                    "pieces": 1,</p><p>                    "proof": {</p><p>                        "attachment\_signed": \[],</p><p>                        "latitude": 0,</p><p>                        "longitude": 0,</p><p>                        "relation": "",</p><p>                        "name": ""</p><p>                    },</p><p>                    "root\_stt\_number": "88LP1773386140114",</p><p>                    <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_g": 1000,   //new</strong></mark></p><p>                    <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_kg": 1,   //new</strong></mark></p><p>                    <mark style="background-color:yellow;"><strong>"request\_volume\_weight": 0.17   //new</strong></mark></p><p>                }</p><p>            ],</p><p>            "root\_stt\_number": "88LP1773386140114",</p><p>            <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_g": 1000,   //new</strong></mark></p><p>            <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_kg": 1,   //new</strong></mark></p><p>            <mark style="background-color:yellow;"><strong>"request\_volume\_weight": 0.17   //new</strong></mark></p><p>        }</p><p>    ]</p><p>}</p> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## Response API Get Detail

| <p>{</p><p>    "stts": \[</p><p>        {</p><p>            "stt\_no": "88LP1773386140114",</p><p>            "sender": {</p><p>                "name": "Dini",</p><p>                "phone": "62881082327979",</p><p>                "address": "Jalan Kedoya Raya no 55"</p><p>            },</p><p>            "recipient": {</p><p>                "name": "debi",</p><p>                "phone": "6287777112295",</p><p>                "address": "Kubu Kec Sawang Kab Aceh Utara Prov Nangroe Aceh"</p><p>            },</p><p>            "service\_type": "PACKAGE",</p><p>            "product": "REGPACK",</p><p>            "pieces": 1,</p><p>            "gross\_weight": 1,</p><p>            "volume\_weight": 0.17,</p><p>            "chargeable\_weight": 1,</p><p>            "publish\_rate": 7350,</p><p>            "forward\_rate": 0,</p><p>            "shipping\_surcharge\_rate": 3150,</p><p>            "commodity\_surcharge\_rate": 0,</p><p>            "heavy\_weight\_surcharge\_rate": 0,</p><p>            "is\_cod": false,</p><p>            "cod\_value": 0,</p><p>            "is\_wood\_packing": false,</p><p>            "wood\_packing\_rate": 0,</p><p>            "is\_insurance": false,</p><p>            "insurance\_rate": 0,</p><p>            "goods\_value": 10000,</p><p>            "cash\_collected": 0,</p><p>            "is\_cash\_out": false,</p><p>            "external\_id": "",</p><p>            "shipment\_id": "C1OMIUDC",</p><p>            "origin": "KEBON JERUK, KEBON JERUK, JAKARTA BARAT (CGK)",</p><p>            "destination": "ANDIR, BANDUNG (BDO)",</p><p>            "current\_status": "BKD",</p><p>            "updated\_on": "2026-03-13T07:15:40Z",</p><p>            "created\_on": "2026-03-13T07:15:39Z",</p><p>            <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_g": 1000,   // new</strong></mark></p><p>            <mark style="background-color:yellow;"><strong>"request\_gross\_weight\_kg": 1,  // new</strong></mark></p><p>            <mark style="background-color:yellow;"><strong>"request\_volume\_weight": 0.17  // new</strong></mark></p><p>        }</p><p>    ]</p><p>}</p> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lionparcel.com/release-note/release-note-en/news-and-update/9-march-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
