> 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/23-february-2026.md).

# 23 February 2026

## **Adjust Validation Max Koli for Product "Bigpack"**

Endpoint:&#x20;

<https://api-middleware.lionparcel.com/v2/client/shipment/create>

BEFORE ENHANCEMENT

When creating an order with service\_code BIGPACK, there will be a validation for a maximum total of 5 items \
\
Payload

| <p>{</p><p>    "shipment\_type": "DROPOFF",</p><p>    "service\_code": "BIGPACK",</p><p>    "sender": {</p><p>        "name": "Dini",</p><p>        "phone": "0881082327979", //13 digit</p><p>        "address": "Jalan Kedoya Raya no 55",</p><p>        "post\_code": "11520",</p><p>        "origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "email": "",</p><p>        "geoloc": ""</p><p>    },</p><p>    "receiver": {</p><p>        "name": "debi",</p><p>        "phone": "087777112295",</p><p>        "address": "Kubu Kec Sawang Kab Aceh Utara Prov Nangroe Aceh",</p><p>        "post\_code": "24377",</p><p>        "destination": "ANDIR, BANDUNG",</p><p>        "email": "",</p><p>        "geoloc": ""</p><p>    },</p><p>    "detail": {</p><p>        "use\_insurance": false,</p><p>        "invoice\_no": "INVTEST20260220",</p><p>        "commodity": "ABR036",</p><p>        "is\_cod": false,</p><p>        "is\_dfod": false,</p><p>        "cod\_value": 0,</p><p>        "items": \[</p><p>            {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            }</p><p>        ]</p><p>    }</p><p>}</p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Response

| <p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Total item max 5",</p><p>        "id": "Item total maksimal 5"</p><p>    }</p><p>}</p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

AFTER ENHANCEMENT

When creating an order with service\_code BIGPACK, the maximum validation is 15 items\
\
Payload

| <p>{</p><p>    "shipment\_type": "DROPOFF",</p><p>    "service\_code": "BIGPACK",</p><p>    "sender": {</p><p>        "name": "Dini",</p><p>        "phone": "0881082327979",</p><p>        "address": "Jalan Kedoya Raya no 55",</p><p>        "post\_code": "11520",</p><p>        "origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "email": "",</p><p>        "geoloc": ""</p><p>    },</p><p>    "receiver": {</p><p>        "name": "debi",</p><p>        "phone": "087777112295",</p><p>        "address": "Jalan Kebon Jeruk no 01A",</p><p>        "post\_code": "11520",</p><p>        "destination": "ANDIR, BANDUNG",</p><p>        "email": "",</p><p>        "geoloc": "-6.189585, 106.764886"</p><p>    },</p><p>    "detail": {</p><p>        "use\_insurance": false,</p><p>        "invoice\_no": "INVTEST20260216191",</p><p>        "commodity": "ABR036",</p><p>        "is\_cod": false,</p><p>        "is\_dfod": false,</p><p>        "cod\_value": 0,</p><p>        "items": \[</p><p>            {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            },</p><p>             {</p><p>                "weight": 1000,</p><p>                "name": "Pensil",</p><p>                "currency": "IDR",</p><p>                "price": 1000,</p><p>                "height": 10,</p><p>                "width": 0,</p><p>                "length": 0</p><p>            }</p><p>        ]</p><p>    }</p><p>}</p> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Success response

| <p>{</p><p>    "success": true,</p><p>    "code": 200,</p><p>    "message": "Success create shipment",</p><p>    "data": {</p><p>        "invoice\_no": "INVTEST20260216191",</p><p>        "shipment\_id": "C2PPZXRC"</p><p>    }</p><p>}</p> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Error response

| <p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Total item max 15",</p><p>        "id": "Item total maksimal 15"</p><p>    }</p><p>}</p> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## API Create shipment & booking New adding INTERPACK Parameter  / CIPLS

Endpoint:

<https://api-middleware.lionparcel.com/v2/client/shipment/create>

<https://api-middleware.lionparcel.com/client/booking>

<https://api-middleware.lionparcel.com/cbp/booking>

<https://api-middleware.lionparcel.com/pos/booking><br>

Sample Add Parameter in API Create Shipment :&#x20;

| <p>"interpack\_document": {</p><p>                "cipls": \[</p><p>                    {</p><p>                        "commodity\_name": "DOC",</p><p>                        "item\_detail": "Electronics",</p><p>                        "quantity": 1,</p><p>                        "item\_price": 1000</p><p>                    },</p><p>                    {</p><p>                        "commodity\_name": "GEN",</p><p>                        "item\_detail": "Electronics",</p><p>                        "quantity": 1,</p><p>                        "item\_price": 1000</p><p>                    }</p><p>                ],</p><p>                "recipient\_email": "<testy@gmail.com>",</p><p>                "recipient\_identity\_number": "1234567890123456",</p><p>                "recipient\_tax\_number": "9876543210123456",</p><p>                "identity\_card\_file": ""interpack\_document":,</p><p>                "tax\_number\_file": //URL,</p><p>                "package\_before\_packing\_file": //URL</p><p>                "package\_after\_packing\_file": //URL</p><p>  {</p><p>            </p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

Full payload /v2/client/shipment/create

| <p>{</p><p>    "shipment\_type": "PICKUP",</p><p>    "service\_code": "INTERPACK",</p><p>    "order\_id": "SPYFR03",</p><p>    "sender": {</p><p>        "name": "Agnes Sender",</p><p>        "phone": "822564308",</p><p>        "address": "Jl. Kedoya Raya No 89, Kebon Jeruk, Jakarta Barat",</p><p>        "post\_code": "11520",</p><p>        "origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "email": "<yusuf.pangaribuan@thelionparcel.com>",</p><p>        "geoloc": "-6.298034, 106.803969"</p><p>    },</p><p>    "receiver": {</p><p>        "name": "Agnes Receiver",</p><p>        "phone": "0823059587",</p><p>        "address": "Jl. Palmerah Raya No. 5, Kebon Jeruk, Jakarta Barat",</p><p>        "destination": "SINGAPORE",</p><p>        "post\_code": "333333",</p><p>        "email": "<yusuf.pangaribuan@thelionparcel.com>",</p><p>        "geoloc": "-6.298034, 106.803969"</p><p>    },</p><p>    "detail": {</p><p>        "use\_insurance": true,</p><p>        "invoice\_no": "FL-19805772111",</p><p>        "commodity": "ABON",</p><p>        "is\_cod": false,</p><p>        "is\_dfod": false,</p><p>        "cod\_value": 100000,</p><p>        "items": \[</p><p>            {</p><p>                "weight": 2500,</p><p>                "name": "Barang Hello, World!",</p><p>                "currency": "IDR",</p><p>                "price": 100000,</p><p>                "height": 10,</p><p>                "width": 20,</p><p>                "length": 30</p><p>            }</p><p>        ]</p><p>    },</p><p>    "products": \[</p><p>        {</p><p>            "name": "Case HP Iphone",</p><p>            "qty": 1</p><p>        }</p><p>    ],</p><p>    "interpack\_document": {</p><p>        "cipls": \[        </p><p>            </p><p>            {</p><p>                "commodity\_name": "GEN",</p><p>                "item\_detail": "Electronics",</p><p>                "quantity": 1,</p><p>                "item\_price": 100000</p><p>            }</p><p>        ],</p><p>        "recipient\_email": "<tester@gmail.com>",</p><p>        "recipient\_identity\_number": "",</p><p>        "recipient\_tax\_number": "9876543210123456",</p><p>        "identity\_card\_file": "<https://dummyimage.com/200x300/000000/ffffff.jpg>",</p><p>        "tax\_number\_file": "<https://dummyimage.com/100x300/000000/ffffff.jpg>",</p><p>        "package\_before\_packing\_file": "<https://dummyimage.com/2000x3000/000000/ffffff.jpg>",</p><p>        "package\_after\_packing\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>"</p><p>    }</p><p>} </p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Success response

| <p>{</p><p>    "success": true,</p><p>    "code": 200,</p><p>    "message": "Success create shipment",</p><p>    "data": {</p><p>        "order\_id": "SPYFR03",</p><p>        "invoice\_no": "FL-20262001",</p><p>        "shipment\_id": "C1QJTFJN"</p><p>    }</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Error response

| <p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Identity card file cannot be empty",</p><p>        "id": "File KTP tidak boleh kosong"</p><p>    }</p><p>}</p><p><br></p><p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Tax file cannot be empty",</p><p>        "id": "File NPWP tidak boleh kosong"</p><p>    }</p><p>}</p><p><br></p><p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Package Before Packing File cannot be empty",</p><p>        "id": "File Paket Sebelum Pengemasan tidak boleh kosong"</p><p>    }</p><p>}</p><p><br></p><p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Recipient Identity Number cannot be empty",</p><p>        "id": "Nomor KTP Penerima tidak boleh kosong"</p><p>    }</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>

Sample add parameter in API Booking Client :&#x20;

\
Full payload /client/booking

| <p>{</p><p>    "stt": {</p><p>        "stt\_no": "",</p><p>        "stt\_no\_ref\_external": "",</p><p>        "stt\_tax\_number": "",</p><p>        "stt\_goods\_estimate\_price": 100000,</p><p>        "stt\_goods\_status": "",</p><p>        "stt\_origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "stt\_destination": "SINGAPORE",</p><p>        "stt\_sender\_name": "tthesxnuek",</p><p>        "stt\_sender\_phone": "8999999999",</p><p>        "stt\_sender\_address": " jl. xxxxxxxxxxxxxxxxxxxx123",</p><p>        "stt\_recipient\_name": "t@@@",</p><p>        "stt\_recipient\_address": "jl. xxxxxxxxxxxxxxxxxxxxxx 456",</p><p>        "stt\_recipient\_phone": "897777777777",</p><p>        "stt\_insurance\_type": "free",</p><p>        "stt\_product\_type": "INTERPACK",</p><p>        "stt\_commodity\_code": "ABR036",</p><p>        "stt\_is\_cod": false,</p><p>        "stt\_is\_woodpacking": false,</p><p>        "stt\_pieces": \[</p><p>            {</p><p>                "stt\_piece\_length": 10,</p><p>                "stt\_piece\_width": 10,</p><p>                "stt\_piece\_height": 10,</p><p>                "stt\_piece\_gross\_weight": 1</p><p>            }</p><p>        ],</p><p>        "stt\_piece\_per\_pack": 0,</p><p>        "stt\_next\_commodity": "",</p><p>        "stt\_cod\_amount": 0,</p><p>        "interpack\_document": {</p><p>            "cipls": \[</p><p>                {</p><p>                    "commodity\_name": "ABR036",</p><p>                    "item\_detail": "Electronics",</p><p>                    "quantity": 1,</p><p>                    "item\_price": 100000</p><p>                }</p><p>            ],</p><p>            "recipient\_email": "<tester@gmail.com>",</p><p>            "recipient\_identity\_number": "321321313213213",</p><p>            "recipient\_tax\_number": "3213131321321321",</p><p>            "identity\_card\_file": "<https://dummyimage.com/100x300/000000/ffffff.jpg>",</p><p>            "tax\_number\_file": "<https://dummyimage.com/2000x3000/000000/ffffff.jpg>",</p><p>            "package\_before\_packing\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "package\_after\_packing\_file": "<https://dummyimage.com/100x300/000000/ffffff.jpg>"</p><p>        }</p><p>    },</p><p>    "products": \[</p><p>        {</p><p>            "name": "Case HP Iphone",</p><p>            "qty": 1</p><p>        }</p><p>    ]</p><p>}</p> |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Sample add parameter in CBP API Booking :\
\
Full payload /cbp/booking

| <p>{</p><p>    "stt": {</p><p>        "stt\_no\_ref\_external": "",</p><p>        "stt\_goods\_estimate\_price": 100000,</p><p>        "stt\_goods\_status": "ecommerce",</p><p>        "stt\_origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "stt\_destination": "KULAI, JOHOR, MALAYSIA",</p><p>        "stt\_sender\_name": "Liona",</p><p>        "stt\_sender\_phone": "+6289737373722",</p><p>        "stt\_sender\_address": "Jl. West Ham City No.90",</p><p>        "stt\_recipient\_name": "LIO LIO",</p><p>        "stt\_recipient\_address": "Jl. East King Manchester No.89",</p><p>        "stt\_recipient\_phone": "+628992323221",</p><p>        "stt\_insurance\_type": "free",</p><p>        "stt\_product\_type": "INTERPACK",</p><p>        "stt\_commodity\_code": "ABR036",</p><p>        "stt\_is\_cod": false,</p><p>        "stt\_is\_dfod": false,</p><p>        "stt\_is\_woodpacking": false,</p><p>        "stt\_pieces": \[</p><p>            {</p><p>                "stt\_piece\_length": 10,</p><p>                "stt\_piece\_width": 10,</p><p>                "stt\_piece\_height": 10,</p><p>                "stt\_piece\_gross\_weight": 1</p><p>            }</p><p>        ],</p><p>        "stt\_piece\_per\_pack": 0,</p><p>        "stt\_next\_commodity": "",</p><p>        "stt\_cod\_amount": 0,</p><p>        "interpack\_document": {</p><p>            "cipls": \[</p><p>                {</p><p>                    "commodity\_name": "ABR036",</p><p>                    "item\_detail": "Electronics",</p><p>                    "quantity": 1,</p><p>                    "item\_price": 100000</p><p>                }</p><p>            ],</p><p>            "recipient\_email": "<tester@gmail.com>",</p><p>            "recipient\_identity\_number": "321321313213213",</p><p>            "recipient\_tax\_number": "3213131321321321",</p><p>            "identity\_card\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "tax\_number\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "package\_before\_packing\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "package\_after\_packing\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>"</p><p>        }</p><p>    },</p><p>    "products": \[</p><p>        {</p><p>            "name": "Case HP Iphone",</p><p>            "qty": 1</p><p>        }</p><p>    ]</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Full payload /pos/booking<br>

| <p>"stt": {</p><p>         "stt\_no": "",</p><p>         "stt\_no\_ref\_external": "", </p><p>         "stt\_tax\_number": "", </p><p>         "stt\_goods\_estimate\_price": 50000,</p><p>         "stt\_goods\_status": "",</p><p>         "stt\_origin": "KEBON JERUK, JAKARTA BARAT",</p><p>         "stt\_destination": "SINGAPORE",</p><p>         "stt\_sender\_name": "Liona",</p><p>         "stt\_sender\_phone": "628932039021",</p><p>         "stt\_sender\_address": "Jl. Liverpool City No. 0092",</p><p>         "stt\_recipient\_name": "LIO LIO",</p><p>         "stt\_recipient\_address": "Jl. Manchester United , Kecamatan. King no.1",</p><p>         "stt\_recipient\_phone": "62893203901",</p><p>         "stt\_insurance\_type": "free",</p><p>         "stt\_product\_type": "INTERPACK",</p><p>         "stt\_commodity\_code": "ABR036",</p><p>         "stt\_is\_cod": false,</p><p>         "stt\_is\_dfod": false,</p><p>         "stt\_is\_woodpacking": false,</p><p>         "stt\_pieces": \[</p><p>             {</p><p>                 "stt\_piece\_length": 30,</p><p>                 "stt\_piece\_width": 20,</p><p>                 "stt\_piece\_height": 10,</p><p>                 "stt\_piece\_gross\_weight":1</p><p>             }</p><p>         ],</p><p>         "stt\_piece\_per\_pack": 0,</p><p>         "stt\_next\_commodity": "",</p><p>          "stt\_cod\_amount": 0,</p><p>        "interpack\_document": {</p><p>            "cipls": \[</p><p>                {</p><p>                    "commodity\_name": "ABR036",</p><p>                    "item\_detail": "Electronics",</p><p>                    "quantity": 1,</p><p>                    "item\_price": 100000</p><p>                }</p><p>            ],</p><p>            "recipient\_email": "<tester@gmail.com>",</p><p>            "recipient\_identity\_number": "321321313213213",</p><p>            "recipient\_tax\_number": "3213131321321321",</p><p>            "identity\_card\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "tax\_number\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "package\_before\_packing\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>",</p><p>            "package\_after\_packing\_file": "<https://dummyimage.com/300x300/000000/000000.jpg>"</p><p>        }</p><p>    },</p><p>    "products": \[</p><p>        {</p><p>            "name": "Case HP Iphone",</p><p>            "qty": 1</p><p>        }</p><p>    ]</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

API Tracking  New Parameter chargeable\_total\_tariff <br>
----------------------------------------------------------

Endpoint:

<https://api-middleware.lionparcel.com/v3/stt/track?q=>&#x20;

Tracking API now provides a new parameter:

| "chargeable\_total\_tariff" |
| --------------------------- |

This parameter is in the header and represents the final total tariff that can be billed to the client for one STT, without requiring manual calculation from history\[].

This change aims to simplify integration and reduce the potential for calculation errors on the client side.

For more detail : [How to Read chargeable\_total\_tariff](https://docs.google.com/document/d/1qGiKv6QCffOKpfQ7T9InbwgUZ2iH4Zugi2KfiA1eeWk/edit?tab=t.0#heading=h.3wjp9wneldmr)

Sample payload:&#x20;

| <p>{</p><p>    "stts": \[</p><p>        {</p><p>            "stt\_no": "88LP1771472019044",</p><p>            "sender\_name": "PT. Lion Express stg",</p><p>            "recipient\_name": "Mamat Gun Shop",</p><p>            "origin": "KEBON JERUK, JAKARTA BARAT, JAKARTA",</p><p>            "destination": "KEDOYA SELATAN, KEBON JERUK, JAKARTA BARAT, JAKARTA",</p><p>            "current\_status": "POD",</p><p>            "status\_code": "POD",</p><p>            "chargeable\_weight": 1,</p><p>            "shipment\_id": "C1EVPCRC",</p><p>            "product\_type": "REGPACK",</p><p>            "pieces": 1,</p><p>            "pieces\_details": \[</p><p>                {</p><p>                    "piece\_gross\_weight": 0.25,</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": 0.25,</p><p>            "chargeable\_total\_tariff": 21000,</p><p>            "history": \[</p><p>                {</p><p>                    "row": 1,</p><p>                    "datetime": "2026-02-19T10:31:53+07:00",</p><p>                    "status\_code": "SHPCRT",</p><p>                    "current\_status": "SHPCRT",</p><p>                    "location": "Banten",</p><p>                    "city": "Kota Tangerang",</p><p>                    "remarks": "YOUR SHIPMENT HAS BEEN CREATED",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "PEGASUS",</p><p>                    "updated\_on": "2026-02-19T10:31:53+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 2,</p><p>                    "datetime": "2026-02-19T10:31:54+07:00",</p><p>                    "status\_code": "SHPSCD",</p><p>                    "current\_status": "SHPSCD",</p><p>                    "location": "Banten",</p><p>                    "city": "Kota Tangerang",</p><p>                    "remarks": "PACKAGE PICKUP SCHEDULED",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "PEGASUS",</p><p>                    "updated\_on": "2026-02-19T10:31:54+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 3,</p><p>                    "datetime": "2026-02-19T10:33:38+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 IN JAKARTA, KEDOYA SELATAN, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.POS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:33:38+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</p><p>                    "total\_tariff": 21000,</p><p>                    "reason": "",</p><p>                    "problem\_reason\_code": "",</p><p>                    "chargeable\_weight": 1,</p><p>                    "total\_gross\_weight": 0.25,</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>                },</p><p>                {</p><p>                    "row": 4,</p><p>                    "datetime": "2026-02-19T10:38:31+07:00",</p><p>                    "status\_code": "PUP",</p><p>                    "current\_status": "PUP",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE WILL BE DELIVERED TO THE LION PARCEL WAREHOUSE IN JAKARTA, KEDOYA SELATAN, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYSTEM",</p><p>                    "updated\_on": "2026-02-19T10:38:31+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 5,</p><p>                    "datetime": "2026-02-19T10:38:31+07:00",</p><p>                    "status\_code": "STI-SC",</p><p>                    "current\_status": "STI-SC",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS ARRIVED AT THE LION PARCEL TRANSIT WAREHOUSE IN JAKARTA, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYSTEM",</p><p>                    "updated\_on": "2026-02-19T10:38:31+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 6,</p><p>                    "datetime": "2026-02-19T10:38:31+07:00",</p><p>                    "status\_code": "STI",</p><p>                    "current\_status": "STI",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS ARRIVED AT THE LION PARCEL WAREHOUSE IN JAKARTA, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYSTEM",</p><p>                    "updated\_on": "2026-02-19T10:38:31+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 7,</p><p>                    "datetime": "2026-02-19T10:38:31+07:00",</p><p>                    "status\_code": "CARGO PLANE",</p><p>                    "current\_status": "CARGO PLANE",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE WILL BE AIRLIFTED BY PLANE FROM JAKARTA CITY, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:38:31+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 8,</p><p>                    "datetime": "2026-02-19T10:39:09+07:00",</p><p>                    "status\_code": "REJECTED",</p><p>                    "current\_status": "REJECTED",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE WILL BE TRANSFERRED USING ANOTHER FLEET BECAUSE THE PACKAGE DID NOT PASS XRAY.",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:39:09+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</p><p>                    "total\_tariff": 0,</p><p>                    "reason": "Package did not pass xray",</p><p>                    "problem\_reason\_code": "RES83",</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>                },</p><p>                {</p><p>                    "row": 9,</p><p>                    "datetime": "2026-02-19T10:40:41+07:00",</p><p>                    "status\_code": "CNX",</p><p>                    "current\_status": "CNX",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE SHIPMENT HAS BEEN CANCELED BECAUSE THE PACKAGE DID NOT PASS XRAY.",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:40:41+07:00",</p><p>                    "stt\_journey\_type": "",</p><p>                    "ref\_stt\_number": "",</p><p>                    "shipment\_id": "C1EVPCRC",</p><p>                    "total\_tariff": 21000,</p><p>                    "reason": "Package did not pass xray",</p><p>                    "problem\_reason\_code": "RES83",</p><p>                    "chargeable\_weight": 1,</p><p>                    "total\_gross\_weight": 0.25,</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>                },</p><p>                {</p><p>                    "row": 10,</p><p>                    "datetime": "2026-02-19T10:40:41+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 IN JAKARTA, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYSTEM",</p><p>                    "updated\_on": "2026-02-19T10:40:41+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</p><p>                    "total\_tariff": 0,</p><p>                    "reason": "",</p><p>                    "problem\_reason\_code": "",</p><p>                    "chargeable\_weight": 1,</p><p>                    "total\_gross\_weight": 0.25,</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>                },</p><p>                {</p><p>                    "row": 11,</p><p>                    "datetime": "2026-02-19T10:41:21+07:00",</p><p>                    "status\_code": "PUP",</p><p>                    "current\_status": "PUP",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE WILL BE DELIVERED TO THE LION PARCEL WAREHOUSE IN JAKARTA, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYSTEM",</p><p>                    "updated\_on": "2026-02-19T10:41:21+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 12,</p><p>                    "datetime": "2026-02-19T10:41:21+07:00",</p><p>                    "status\_code": "STI",</p><p>                    "current\_status": "STI",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS ARRIVED AT THE LION PARCEL WAREHOUSE IN JAKARTA, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYSTEM",</p><p>                    "updated\_on": "2026-02-19T10:41:21+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 13,</p><p>                    "datetime": "2026-02-19T10:41:21+07:00",</p><p>                    "status\_code": "STI-DEST",</p><p>                    "current\_status": "STI-DEST",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS ARRIVED AT THE LION PARCEL WAREHOUSE IN JAKARTA, KEBON JERUK, WEST JAKARTA",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:41:21+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 14,</p><p>                    "datetime": "2026-02-19T10:41:37+07:00",</p><p>                    "status\_code": "KONDISPATCH",</p><p>                    "current\_status": "KONDISPATCH",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS BEEN ASSIGNED TO THE COURIER AND IS READY FOR DELIVERY.",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:41:37+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</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>                },</p><p>                {</p><p>                    "row": 15,</p><p>                    "datetime": "2026-02-19T10:42:00+07:00",</p><p>                    "status\_code": "DEL",</p><p>                    "current\_status": "DEL",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE IS BEING DELIVERED TO THE RECIPIENT'S ADDRESS BY COURIER AKBAR. MAKE SURE THE RECIPIENT'S PHONE NUMBER CAN BE CONTACTED BY THE COURIER",</p><p>                    "attachment": \[],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:42:00+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</p><p>                    "total\_tariff": 0,</p><p>                    "courier\_name": "akbar",</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>                },</p><p>                {</p><p>                    "row": 16,</p><p>                    "datetime": "2026-02-19T10:42:31+07:00",</p><p>                    "status\_code": "POD",</p><p>                    "current\_status": "POD",</p><p>                    "location": "CGK",</p><p>                    "city": "JAKARTA",</p><p>                    "remarks": "YOUR PACKAGE HAS ARRIVED AT ITS DESTINATION & WAS RECEIVED BY  TESTING CANCEL CARGO NEXASELLER",</p><p>                    "attachment": \[</p><p>                        "<https://stg-genesis.s3.ap-southeast-1.amazonaws.com/files/pod_dex1771472551.jpg>"</p><p>                    ],</p><p>                    "updated\_by": "SYARQI.CONS.CGK",</p><p>                    "updated\_on": "2026-02-19T10:42:31+07:00",</p><p>                    "stt\_journey\_type": "cancel",</p><p>                    "ref\_stt\_number": "88LP1771472019044",</p><p>                    "shipment\_id": "C1EVPCRC",</p><p>                    "total\_tariff": 0,</p><p>                    "reason": "",</p><p>                    "received\_by": "testing cancel cargo nexaseller",</p><p>                    "problem\_reason\_code": "",</p><p>                    "chargeable\_weight": 1,</p><p>                    "total\_gross\_weight": 0.25,</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": "testing cancel cargo nexaseller"</p><p>                    }</p><p>                }</p><p>            ]</p><p>        }</p><p>    ]</p><p>}       </p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

## Align Phone Number Validation

Endpoint:

<https://api-middleware.lionparcel.com/v2/client/shipment/create>

<https://api-middleware.lionparcel.com/client/booking>

<https://api-middleware.lionparcel.com/cbp/booking>&#x20;

<https://api-middleware.lionparcel.com/pos/booking>&#x20;

Scope Enhancement:

* Phone number format validation (does not accept letters / invalid format)
* Phone number length validation based on prefix
* Error messages standardized (EN & ID)
* Validation configuration can be managed from the backend

Validation Rules (as of January 29):

Landline Number: 021,031 etc.&#x20;

* Prefix 0: min 8 digits, max 9 digits
* Prefix 62/+62 (62 counts as 2 characters): min 9 digits, max 10 digits

Mobile phone number: 08xxx&#x20;

* Prefix 8 → min 9 digits, max 12 digits
* Prefix 0, 62 / +62 (62 counts as 2 characters): min 10 digits, max 14 digits

International: no min/max validation

\
\
Payload /v2/client/shipment/create

<table data-header-hidden><thead><tr><th></th></tr></thead><tbody><tr><td><pre data-expandable="true"><code>{
    "shipment_type": "DROPOFF",
    "service_code": "BIGPACK",
    "sender": {
        "name": "Dini",
        "phone": "0881082327979", 
        "address": "Jalan Kedoya Raya no 55",
        "post_code": "11520",
        "origin": "KEBON JERUK, JAKARTA BARAT",
        "email": "",
        "geoloc": ""
    },
    "receiver": {
        "name": "debi",
        "phone": "087777112295",
        "address": "Kubu Kec Sawang Kab Aceh Utara Prov Nangroe Aceh",
        "post_code": "24377",
        "destination": "ANDIR, BANDUNG",
        "email": "",
        "geoloc": ""
    },
    "detail": {
        "use_insurance": false,
        "invoice_no": "INVTEST20260220",
        "commodity": "ABR036",
        "is_cod": false,
        "is_dfod": false,
        "cod_value": 0,
        "items": [
            {
                "weight": 1000,
                "name": "Pensil",
                "currency": "IDR",
                "price": 1000,
                "height": 10,
                "width": 0,
                "length": 0
            }
        ]
    }
}
</code></pre></td></tr></tbody></table>

Response

| <p>{</p><p>    "success": false,</p><p>    "code": 400,</p><p>    "message": {</p><p>        "en": "Sender phone number is invalid",</p><p>        "id": "Nomor telepon pengirim tidak valid"</p><p>    }</p><p>}</p><p><br></p> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Payload /client/booking

| <p>{</p><p>    "stt": {</p><p>         "stt\_no": "",    </p><p>         "stt\_no\_ref\_external": "", </p><p>         "stt\_tax\_number": "", </p><p>         "stt\_goods\_estimate\_price":1000,</p><p>         "stt\_goods\_status": "",</p><p>         "stt\_origin": "KEBON JERUK, JAKARTA BARAT",</p><p>         "stt\_destination": "KEBON JERUK, JAKARTA BARAT",</p><p>         "stt\_sender\_name": "Lio",</p><p>         "stt\_sender\_phone": "0881082327979",</p><p>         "stt\_sender\_address": "Jl. Kedoya Raya No 89, Kebon Jeruk, Jakarta Barat",</p><p>         "stt\_recipient\_name": "Lio Lio",</p><p>         "stt\_recipient\_address": "Jl. Andir No 5, Andir, Bandung",</p><p>         "stt\_recipient\_phone": "0881082327979",</p><p>         "stt\_insurance\_type": "free",</p><p>         "stt\_product\_type": "REGPACK",</p><p>         "stt\_commodity\_code": "ABR036",</p><p>         "stt\_is\_cod": false,</p><p>         "stt\_is\_dfod": false,</p><p>         "stt\_is\_woodpacking": false,</p><p>         "stt\_pieces": \[</p><p>             {</p><p>                 "stt\_piece\_length": 10,</p><p>                 "stt\_piece\_width": 10,</p><p>                 "stt\_piece\_height": 1,</p><p>                 "stt\_piece\_gross\_weight": 1</p><p>             }</p><p>           </p><p>         ],</p><p>         "stt\_piece\_per\_pack": 0,</p><p>         "stt\_next\_commodity": "",</p><p>         "stt\_cod\_amount": 0</p><p>     }</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Payload /cbp/booking

| <p>{</p><p>    "stt": {</p><p>        "stt\_no\_ref\_external": "",</p><p>        "stt\_goods\_estimate\_price": 0,</p><p>        "stt\_goods\_status": "ecommerce",</p><p>        "stt\_origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "stt\_destination": "PALMERAH, JAKARTA BARAT",</p><p>        "stt\_sender\_name": "ana",</p><p>        "stt\_sender\_phone": "82123456789",</p><p>        "stt\_sender\_address": "Jalan Kedoya Raya",</p><p>        "stt\_recipient\_name": "Davina",</p><p>        "stt\_recipient\_address": "Jalan Raya Kebon Manggis",</p><p>        "stt\_recipient\_phone": "+62987654321",</p><p>        "stt\_insurance\_type": "free",</p><p>        "stt\_product\_type": "REGPACK",</p><p>        "stt\_commodity\_code": "ABR036",</p><p>        "stt\_is\_cod": false,</p><p>        "stt\_is\_dfod": false,</p><p>        "stt\_is\_woodpacking": false,</p><p>        "stt\_pieces": \[</p><p>            {</p><p>                "stt\_piece\_length": 10,</p><p>                "stt\_piece\_width": 20,</p><p>                "stt\_piece\_height": 30,</p><p>                "stt\_piece\_gross\_weight": 2</p><p>            }</p><p>        ],</p><p>        "stt\_piece\_per\_pack": 0,</p><p>        "stt\_next\_commodity": "",</p><p>        "stt\_cod\_amount": 0</p><p>    }</p><p>}</p> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Payload /pos/booking

| <p>{</p><p>    "stt": {</p><p>        "stt\_no": "",</p><p>        "stt\_no\_ref\_external": "",</p><p>        "stt\_tax\_number": "",</p><p>        "stt\_goods\_estimate\_price": 10000,</p><p>        "stt\_goods\_status": "",</p><p>        "stt\_origin": "KEBON JERUK, JAKARTA BARAT",</p><p>        "stt\_destination": "KEBON JERUK, JAKARTA BARAT",</p><p>        "stt\_sender\_name": "De",</p><p>        "stt\_sender\_phone": "0881082327979",</p><p>        "stt\_sender\_address": "jalan kedoya raya no 55",</p><p>        "stt\_recipient\_name": "Dina",</p><p>        "stt\_recipient\_address": "jalan kebon jeruk no 22",</p><p>        "stt\_recipient\_phone": "087777112295",</p><p>        "stt\_insurance\_type": "free",</p><p>        "stt\_product\_type": "REGPACK",</p><p>        "stt\_commodity\_code": "ABR036",</p><p>        "stt\_is\_cod": false,</p><p>        "stt\_is\_woodpacking": false,</p><p>        "stt\_pieces": \[</p><p>            {</p><p>                "stt\_piece\_length": 10,</p><p>                "stt\_piece\_width": 20,</p><p>                "stt\_piece\_height": 30,</p><p>                "stt\_piece\_gross\_weight": 1</p><p>            }</p><p>        ],</p><p>        "stt\_piece\_per\_pack": 15,</p><p>        "stt\_next\_commodity": "",</p><p>        "stt\_cod\_amount": 0</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/23-february-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.
