> 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/shipping/manage-delivery-orders/search-orders.md).

# Search Orders

You can easily manage the delivery status of all orders in a single interface.

In the **Shipping** menu, select **Manage Delivery Orders**.

You can view orders by status by selecting the corresponding status tabs. Evoshop will automatically filter and display the orders that match the selected status.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FrwVdR2aI0Iv17NlRnhUV%2Fimage.png?alt=media&amp;token=9868b262-b73c-4b8c-9100-947fb8523d99" alt=""><figcaption></figcaption></figure>

Alternatively, you can search for order information by entering the relevant details into any of the following fields: **Order/Shipment Code, Customer Name or Phone Number,** or **Product Contents**. Then, click **Search**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2Fqq3R9HHylrAbovHF4kJq%2Fimage.png?alt=media&amp;token=0ea88cd9-3765-4a4d-9cec-a0c25ccdaefa" alt=""><figcaption></figcaption></figure>

The **total number of orders** and **total COD amount** by status in Evoshop are displayed based on the selected date range.

You can select a date range based on **Order Shipment Date, Order Creation Date, Delivery Date,** or **Delivery Confirmation Date**. You can also select a custom date range by choosing a **start date** and **end date** on the calendar. The **Overview** section will automatically update based on the selected date range.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2Fvt6JVyXobEaxfMFbbnT4%2Fimage.png?alt=media&amp;token=c30a977f-ce1d-46f8-be7f-efd1fc3f08bf" 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/shipping/manage-delivery-orders/search-orders.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.
