> 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/guides/guides-en/features/cek-ongkir.md).

# Check Rates / Shipping Costs

The Tariff Check Menu is used to find out the estimated shipping cost based on a specific origin and destination route. This feature helps users (clients) determine shipping costs before carrying out the Booking process. In addition, this feature also displays cost details such as DFOD, COD, and estimated SLA.<br>

<figure><img src="/files/459c624b3b9401ec620f5b229a751e4cb1221c1b" alt=""><figcaption><p>Figure 1: Main View of the Tariff Check Menu</p></figcaption></figure>

#### 1. Tariff Check Input Form

This form is used to enter basic shipping data that serves as the basis for tariff calculations. The components in this form include:

* Origin & Destination Address\
  Fields for determining the shipment and delivery points. The system will calculate the distance based on this data.
* Commodity Type\
  Determines the category of goods being shipped, such as Accessories & Personal Items, Documents, etc.
* Weight/Package (Kg)\
  Users can enter the actual weight of the package in kilograms.
* Package Dimensions (L × W × H)\
  Fields for entering the physical size of the package in centimeters, used to calculate volumetric weight.
* Item Price (IDR)\
  Determines the value of the goods being shipped for insurance purposes and certain additional charges.
* Shipping Product\
  Filter to determine the service product (e.g., All Product, Regpack, Jagopack).
* Client/Partner\
  The identity of the client or partner connected to the login account. The system will automatically fill this in based on the user's credentials.
* “Check Tariff” Button\
  After all data is filled in, this button is used to display the tariff estimate results.

Note: Make sure all data is filled in correctly so that the tariff calculation results are accurate.

#### 2. Tariff Check Results Table

After the user presses the Check Tariff button, the system will display the results in the form of a table containing estimated tariff details based on the available shipping products.

The table components include:

* Product: The type of shipping service offered (e.g., Bosspack, Regpack, Jagopack, Bigpack, etc.).
* Commodity: The type of goods according to the form input.
* Client/Partner Name: The identity of the client performing the tariff check.
* Estimated City-Level SLA: Estimated delivery time based on distance (example: 1–2 Days, 3–4 Days, etc.).
* COD: An indication of whether the service supports the Cash on Delivery payment system (Yes/No).
* DFOD Fee: Delivery Fee of Delivery charge (basic shipping cost).
* COD Fee: Additional fee for COD service.
* COD Return Fee: Additional fee if a package is returned from the recipient.
* Total Tariff: The total amount of fees that must be paid based on the combination of DFOD, COD, and return fees (if any).


---

# 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/guides/guides-en/features/cek-ongkir.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.
