# จัดการรายการสั่งซื้อ

เมื่อลูกค้ายืนยันการสั่งซื้อในหน้าแชท ระบบจะเปิดรายการสั่งซื้อใหม่ให้อัตโนมัติ ซึ่งแอดมินสามารถจัดการรายการสั่งซื้อบนระบบ deeple ได้ดังนี้

1. [แก้ไขรายการสั่งซื้อ](/store-management/order-management/edit-order.md) เช่น แก้ไขสินค้า แก้ไขที่อยู่ หรือเพิ่มของสมนาคุณ เป็นต้น
2. [ให้ส่วนลดพิเศษ](/store-management/order-management/discount.md) เช่น กรณีเป็นลูกค้า VIP ของทางร้าน แอดมินก็สามารถให้ส่วนลดพิเศษกับลูกค้าเฉพาะบุคคลได้
3. [ยกเลิกรายการสั่งซื้อ](/store-management/order-management/void.md) ในกรณีรายการสั่งซื้อมีข้อผิดพลาดและต้องคืนเงินให้กับลูกค้า


---

# Agent Instructions: 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:

```
GET https://tutorials.deeple.ai/store-management/order-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
