# 商品銷量統計

## 📊 商品銷售列表

> **功能位置**：後台主頁 > 統計報表 > 商品銷售列表

商品銷售列表提供完整的銷售數據分析，商家可依條件篩選資料，了解各商品在特定區間內的表現，有助於決策與進貨預測。

### 🔍 功能介面預覽

*圖示：商品銷售列表主畫面*

### 🧭 操作步驟

#### 1. 設定篩選條件

*

```
<figure><img src="/files/A40ovMk3ZWhiDioBdgLG" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>
```

* 銷售類別、訂單狀態
* 取貨方式、倉庫位置
* 支付狀態、配送狀態
* 商品名稱或分類關鍵字
* 日期區間

#### 2. 查看統計區塊

| 項目名稱  | 說明           |
| ----- | ------------ |
| 商品總數  | 該期間內販售商品的項目數 |
| 銷售總額  | 銷售金額總和       |
| 成本合計  | 所有商品成本的加總    |
| 總利潤   | 銷售總額扣除成本後的盈餘 |
| 折扣與運費 | 使用優惠後的統計金額   |

> 示意圖：`images/sales-report-summary.png`

#### 3. 商品明細列表

| 商品名稱   | 銷售量 | 單價    | 總額     | 成本 | 利潤     | 現庫存 |
| ------ | --- | ----- | ------ | -- | ------ | --- |
| 初生攝影套餐 | 5   | 2,780 | 13,900 | 0  | 13,900 | -1  |

***

該功能是爲了方便商家知道自己店鋪商品銷量統計，以EXCEL的文件形式給商家整合好，商家可以直接點擊右下角下載下來。

商家可通過以下選項篩選訂單。

<figure><img src="/files/2OGPqrUQ6uqF8W2nscpy" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>

商家可通過以下選項選擇需要下載的表格。

<figure><img src="/files/8pLsfNIu8nJSUZHmg62t" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>

點擊「儲存上面篩選項目」，則會儲存上面的選項。

<figure><img src="/files/HASatyOh9J3v2vdIK4rc" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>

點擊右下角「篩選」，則會顯示篩選的結果。

<figure><img src="/files/Gmcilda9VdoVyMd2IQoP" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>

商家可以通過點擊此處選擇每頁顯示數量。

<figure><img src="/files/3h0o0slPGhWk5N9LagUd" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>

點擊以下選項可篩選所需訂單。

<figure><img src="/files/4hqfAvcmYzhz8sLq4Evt" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>

此處可將該訂單成本更新至所有訂單。

<figure><img src="/files/2YR8lbzMXpS46jEizczb" alt=""><figcaption><p>商品銷量統計界面</p></figcaption></figure>


---

# 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://help.cube.mo/kai-dian-zhi-nan/wang-dian-guan-li/tong-ji-bao-biao/shang-pin-xiao-liang-tong-ji.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.
