> For the complete documentation index, see [llms.txt](https://tutorials.deeple.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.deeple.ai/store-management/product-management/stock/adjust-stock.md).

# ปรับจำนวนสินค้าทีละรายการ

การปรับจำนวนสินค้าทีละรายการ จะใช้ในกรณีที่สินค้าในร้านมีจำนวนน้อยกว่า 10 รายการ หรือกรณีที่ทางร้านต้องการปรับสต็อกสินค้าเพียงบางรายการ ก็สามารถทำได้ง่าย ๆ ผ่านหน้าคลังสินค้า โดยมีขั้นตอนดังนี้

1. คลิก "เมนูสินค้า & คลังสินค้า"

![](/files/y5lFnoPUrPXyFARl1nRj)

2\. คลิกแท็บเมนูย่อย “คลังสินค้า“

![](/files/rmjYBXO8WFSJm0zmhL8F)

{% hint style="info" %}
สามารถค้นหาสินค้าที่ต้องการปรับจำนวนได้โดยการพิมพ์**ชื่อสินค้า**ที่ช่องค้นหา
{% endhint %}

3\. พิมพ์ตัวเลขจำนวนเต็มบวกหรือลบลงไปในช่องว่าง เช่น 10 หรือ -10 หรือคลิกเครื่องหมายบวก (+) หรือ ลบ (-) เพื่ออัปเดตจำนวนสินค้า

4\. คลิกปุ่มบันทึก

<mark style="color:blue;">ตัวอย่าง</mark> ร้าน deeple Shop เพิ่มหน้ากากอนามัย deeple mask ไซส์ M จำนวน 10 ชิ้น

![](/files/lQVJZ25jiJESnv7afbrh)

5\. คลิกปุ่ม “ยืนยัน“

![](/files/HdAANiW5tNSK4phGOviS)

6\. ระบบจะทำการปรับจำนวนสินค้าในคลังโดยอัตโนมัติ&#x20;

![](/files/maYksUlPddO07rijWITc)

#### **ตัวอย่างการปรับจำนวนสินค้าคงคลังเมื่อลูกค้าเปิดรายการสั่งซื้อใหม่**

นาย ก. เปิดรายการสั่งซื้อ โดยกดซื้อหน้ากากอนามัย deeple Mask ไซส์ S ไปจำนวน 5 ชิ้น แต่ยังไม่มีการชำระเงิน ดังนั้นในหน้าคลังสินค้าของหน้ากากอนามัย deeple Mask ไซส์ S จะแสดงผลเป็น 95(5)

![](/files/Sapm4kUnX8G18aVSynfx)

สามารถอธิบายตัวเลข 95(5) ได้ดังนี้

* จำนวน 95 คือ จำนวนสินค้าคงเหลือที่พร้อมขาย
* จำนวน 5 คือ จำนวนสินค้าที่นาย ก. ทำการสั่งซื้อไว้แต่ยังไม่ได้ชำระเงิน ซึ่งการเปลี่ยนแปลงของจำนวนสินค้าจองในวงเล็บนี้ สามารถแบ่งเป็น 2 กรณีดังนี้

**กรณีที่ 1** นาย ก. ชำระเงินภายในระยะเวลาที่กำหนดการคงสถานะรายการสั่งซื้อ&#x20;

ระบบจะอัปเดตคลังสินค้าของหน้ากากอนามัย deeple mask ไซส์ S เป็น 95(0)

**กรณีที่ 2** นาย ก. ไม่ชำระเงินภายในระยะเวลาที่กำหนด ระบบจะนำสินค้าคืนเข้าคลังสินค้าดังเดิม\
ระบบจะอัปเดตคลังสินค้าของหน้ากากอนามัย deeple mask ไซส์ S เป็น 100(0)

{% hint style="info" %}
ตรวจสอบการตั้งค่าระยะเวลาคงสถานะรายการสั่งซื้อได้ [ที่นี่](/advanced-setting/store-setting/order.md)
{% endhint %}


---

# 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://tutorials.deeple.ai/store-management/product-management/stock/adjust-stock.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.
