> For the complete documentation index, see [llms.txt](https://manual.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cube.mo/tong-ji-bao-biao/xian-xia-xiao-liang-bao-biao/zong-ti-shu-ju.md).

# 總體數據

![](/files/-MOnvX81MKTvevhMxvYZ)

總體數據顯示商家在篩選器中篩選後的條件得出的總體數據：

![](/files/-MU7VxLi_0UWzo0RO4i7)

●    訂單總數：顯示篩選後的總訂單數&#x20;

●    商品銷量總數：顯示篩選後所有訂單內的商品總數&#x20;

●    銷售商品總類：顯示篩選後所有商品總數所屬的商品分類相加 (例如: 玩具、美容、零食等）&#x20;

●    商品銷售總額：顯示篩選後所有商品銷售總額相加（未扣減優惠券、VIP折扣等)&#x20;

●    會員折扣總額：顯示篩選後所有訂單使用的會員折扣總和&#x20;

●    優惠券折扣總額：顯示篩選後所有訂單使用的優惠券折扣總和&#x20;

●    運費總額：顯示篩選後所有訂單的運費總和&#x20;

●    訂單銷售總額：顯示篩選後所有訂單的實際銷售總和

●    支付方式：顯示各支付方式的總額


---

# 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://manual.cube.mo/tong-ji-bao-biao/xian-xia-xiao-liang-bao-biao/zong-ti-shu-ju.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.
