> 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/group-2/shopify-existing-seller-user-guide/features-on-the-lion-parcel-transactions-page.md).

# Features on the Lion Parcel Transactions Page

<figure><img src="/files/212e187b5eaf4d3914fcf75536e0bbc4b296bd97" alt=""><figcaption></figcaption></figure>

## 1. Sidebar Menu (Main Navigation) // feature explanation // flow order

Located on the left side of the page, used to switch between Shopify menus and the Lion Parcel plugin.

#### Lion Parcel Plugin Menu:

* **Transactions** → View all shipment/shipping data
* **Create Shipment** → Create a new shipment
* **Settings** → Lion Parcel plugin settings

## 2. Transaction Header

The top section of the page that displays the main shipment transaction information.

#### Features:

* **Last Update**\
  Displays the last time the data was updated.

  Example:

  > Last update 19/05/2026, 17:27
* **Refresh Button**\
  Used to update shipment data in real time.

## 3. Summary Dashboard

A summary section of shipment performance over a certain period.

### Summary (1–31 May 2026)

Displays shipping statistics data within a certain date range.

### a. Total Ready to Ship

Displays the number of orders ready to be shipped.

#### Function:

* Monitor orders that have not been picked up
* Know the number of pending shipments

### b. Total Shipping Cost

Displays the total shipping cost.

#### Function:

* Monitor total shipment shipping costs
* Helps summarize logistics costs

### c. Pick Up / Drop Off

Displays the number of shipments based on the shipping method.

#### Function:

* Monitor courier pickup shipments
* Monitor drop-off shipments

### d. Shipping Issue

Displays the number of shipments that have issues.

#### Function:

* Monitor problematic shipments
* Makes customer follow-up easier

## 4. Shipment Status Tabs

Used to filter shipments by shipping status

a. All

b. To be shipped

c. Pick up / Drop off

d. On the way

e. Delivered

f. Cancelled

## 5. Search & Filter Section

Used to search and filter shipments.

#### a. Search Bar

Used to search shipments by:

* Order ID
* Recipient/customer

#### Function:

Makes it easier to find specific shipment data.

#### b. Shipping Type Filter

Filter based on the shipping service type.

Example:

* BOSSPACK
* BIGPACK

#### c. Service Type Filter

Filter based on the shipping service type.

#### d. Date Filter

Filter shipments based on the transaction date.

## 6. Action Button

#### a. Download Button

Used to download shipment data.

#### Function:

* Export shipment report
* Shipping data summary

#### b. Order Button

Used to create a new shipment/order to be shipped using Lion Parcel

## 7. Shipment Table

The main table that displays shipment details.

* Group / Order ID
* Shipping Type
* Delivery Method
* Total Amount
* Order Status
* Tracking Number
* Action Button (Details / Print Label)


---

# 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/group-2/shopify-existing-seller-user-guide/features-on-the-lion-parcel-transactions-page.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.
