> 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/shopify/customer-order-tracking.md).

# Customer Order Tracking

The tracking feature allows customers to monitor shipping status in real time directly from your online store account.

### Access Order History

* Log in to the customer account on your store website
* Click the menu **Profile** → **Orders**
* The system will display the full transaction history and order status

<figure><img src="/files/b97f7714531dd9e342371495427efae160930db8" alt=""><figcaption></figcaption></figure>

### Track Shipment

* Select the order you want to track
* Customers will be directed to the order details page along with shipping information
* Click the tracking/AWB code from Lion Parcel to open shipment tracking directly
* As an additional note, the shipment number will be available if your order has already been processed for forwarding to the courier by the seller

<figure><img src="/files/b0e095e500c826f6bbb1a12998ce1c88d93de2f2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/084a9c818b0c0c24da0421a8e8910cb1b37d56f9" alt=""><figcaption></figcaption></figure>

### Real-Time Shipment Journey

Customers will get real-time tracking information, including:

* Latest shipment status
* Package journey history
* Estimated delivery
* Delivery progress from origin to destination

<figure><img src="/files/7f7e3d29e1560ee8ceca7f57d3b1e85b06915140" alt=""><figcaption></figcaption></figure>

Tracking is integrated directly with Lion Parcel's official system to deliver a shipping experience that is more transparent, professional, and trustworthy.


---

# 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/shopify/customer-order-tracking.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.
