> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/back-office/statistics-bo/order-statistics.md).

# Order Statistics

A statistics feature for effectively understanding order (sales) status, providing data compared to the previous month, previous week, and previous day. The aggregation classification code (agrtGb) is a required search condition. In addition to the basic status views above (previous month/week/day comparison, gender by age group, age group/grade), order statistics also provide status lookups by category (getCategoryStatusList), brand (getBrandStatusList), payment method (getPayWayStatusList), inflow channel (getPathInflowStatusList), time of day (getHourBasedStatusList), and period (getPeriodBasedStatusList).

***

## Key Features

* **Data Lookup Compared to Previous Month, Previous Week, Previous Day**
  * Visually compare the order (sales) status with the previous month, previous week, and previous day.
* **Order/Sales Status by Gender and Age Group**
  * Look up the order/sales status by gender and age group in both grid and chart formats.
* **Order (Sales) Status List Lookup**
  * Look up the order/sales amount ratio list and data by age group and by grade to check detailed statistical information.

## API Function List

<table><thead><tr><th>API</th><th width="284.5555419921875">Description</th><th width="94.6666259765625">Server</th><th width="90.22216796875">Method</th><th>Remarks</th></tr></thead><tbody><tr><td>Order (Sales) Status Compared to Previous Week</td><td>Look up the order (sales) status data compared to the previous week.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getOrderSalesStatusWeekGraph">🔗View API ></a></td></tr><tr><td>Order (Sales) Status Compared to Previous Month</td><td>Look up the order (sales) status data compared to the previous month.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getOrderSalesStatusMonthGraph">🔗View API ></a></td></tr><tr><td>Order (Sales) Status Compared to Previous Day</td><td>Look up the order (sales) status data compared to the previous day.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getOrderSalesStatusDayGraph">🔗View API ></a></td></tr><tr><td>Order/Sales Status by Gender and Age Group Lookup (Grid)</td><td>Look up the order/sales status by gender and age<br>group. (For grid)</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getSalesStatusByGenderAgeGroupGrid">🔗View API ></a></td></tr><tr><td>Order/Sales Status by Gender and Age Group Lookup (Chart)</td><td>Look up the order/sales status by gender and age<br>group. (For chart)</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getSalesStatusByGenderAgeGroupChart">🔗View API ></a></td></tr><tr><td>Order (Sales) Status List Lookup</td><td>A feature for looking up the order (sales) status.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getSalesStatusByGenderAgeGroupChart">🔗View API ></a></td></tr><tr><td>Order/Sales Amount Ratio List Lookup by Age Group/Grade</td><td>Look up the order/sales status list by age group and the order/sales status list by grade.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getOrderSalesGroupStatusList">🔗View API ></a></td></tr><tr><td>Order/Sales Amount Ratio Data Lookup by Age Group/Grade</td><td>Look up the data to populate the order/sales amount ratio graph by age group and the order/sales amount ratio graph by grade.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=statistics&#x26;depth=%EC%A3%BC%EB%AC%B8%20%ED%86%B5%EA%B3%84&#x26;path=getOrderSalesGroupStatusChart">🔗View API ></a></td></tr></tbody></table>
