> For the complete documentation index, see [llms.txt](https://help.evoshop.cam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoshop.cam/orders-and-products/order/order-management/view-order-details.md).

# View order details

On the Order Management page, click on any order to view information such as order details, shipping and payment information, and the order history.

#### 1. Order details tab <a href="#id-1.-tab-chi-tiet-don-hang" id="id-1.-tab-chi-tiet-don-hang"></a>

In the **Order Details** tab, you can click the **Edit** button to edit the order, just like in the **Orders** menu. See detailed instructions at <mark style="color:blue;">Edit Order.</mark>

The system also allows you to easily export detailed order information to an Excel file for convenient management. Click **Export to Excel** in the top-right corner to download the Excel file.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FAhgkzFZtgBT0yijsIsyU%2F26.png?alt=media&amp;token=dc2bedc4-807f-4b7f-aa7d-232621683fa2" alt=""><figcaption></figcaption></figure>

#### 2. Delivery Tab <a href="#id-2.-tab-giao-hang" id="id-2.-tab-giao-hang"></a>

In the **Delivery** tab, you can click the **Cancel Delivery** button to cancel the order delivery, or click the **Print Shipping Label** button to print the shipping label for that order.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2F1DxaLhPPWbUle9EElrV8%2F27.png?alt=media&amp;token=cb45b552-a00a-4cb0-b18d-cb6e07b46853" alt=""><figcaption></figcaption></figure>

#### 3. Payment Tab <a href="#id-3.-tab-thanh-toan" id="id-3.-tab-thanh-toan"></a>

In the **Payment** tab, you can view the amount already paid and the remaining amount due for the order.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FMp7Z2Y2zCUzd3YTdJAP0%2F28.png?alt=media&amp;token=869bf0ae-b481-4339-baa4-664d8cbb136f" alt=""><figcaption></figcaption></figure>

#### 4. Order history tab <a href="#id-4.-tab-lich-su-don-hang" id="id-4.-tab-lich-su-don-hang"></a>

In the **Order History** tab, you can view the order creation history.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FkGrOpOzQWF6FQjJ7A3uy%2F29.png?alt=media&amp;token=8cc115a3-c46c-4672-b1c8-d1f04cc4df48" alt=""><figcaption></figcaption></figure>


---

# 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://help.evoshop.cam/orders-and-products/order/order-management/view-order-details.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.
