> For the complete documentation index, see [llms.txt](https://hd.gobiz.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hd.gobiz.vn/m28/dispatch_order/order_confirmation.md).

# 2. Xác nhận đơn hàng

## Mục đích

* Xác nhận đơn hàng đủ điều kiện để được xuất kho&#x20;

## Hướng dẫn

**Bước 1**: Vào danh sách đơn hàng. Lọc theo trạng thái *Chờ xác nhận*, và có thể tận dụng các bộ filter khác như *Thị trường*, *Vendor*, *Kho hàng*

![Danh sách đơn hàng](https://user-images.githubusercontent.com/24457565/134949639-ddc6d79c-9a7f-49c0-a43c-5cc00179f933.png)

**Bước 2**: Click vào *Xuất file Excel* để tải về danh sách order có trong danh sách

**Bước 3**: Chỉnh sửa đơn hàng

**Chỉnh sửa số lượng / giá bán**: Chỉnh sửa trực tiếp trong file

**Thêm SKU**: Duplicate dòng của order đó và chỉnh lại SKU, số lượng, giá bán của dòng mới thêm

![Chỉnh sửa đơn hàng](https://user-images.githubusercontent.com/24457565/134950335-ab5eb4c6-ac77-4405-a4c6-e4717a8a961e.png)

**Bước 4**: Click *Cập nhật thông tin đơn* và upload file lên hệ thống

![Cập nhật thông tin đơn](https://user-images.githubusercontent.com/24457565/134950663-75a6a44a-a63d-431d-bfc2-1a7984ebba90.png)

**Bước 5**: Click *Xác nhận thông tin đơn* và upload file lên hệ thống để xác nhận là đơn hàng đã đủ điều kiện để xuất kho

![Xác nhận thông tin đơn](https://user-images.githubusercontent.com/24457565/134950984-9e264766-5469-4ae2-8bbd-120a1dc8cce2.png)


---

# 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://hd.gobiz.vn/m28/dispatch_order/order_confirmation.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.
