# Sales Report

The Sales Reports provide a centralized overview of your business performance based on the order data synced through LitCommerce.

## <mark style="color:$primary;">**Overview**</mark>

Upon accessing the Sales Reports section from the sidebar menu, you will find the following key information.

* **Total Data Over Time.**
* **Total Sales by Product.**
* **Total Sales by Channel.**

<figure><img src="/files/YMedZo7BILzpLdG7jhL1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**The Sales Report is updated when new orders (including the unlinked ones) are imported into LitCommerce. It also takes into account archived orders.**
{% endhint %}

More information is provided below.

## <mark style="color:$primary;">**Total Data Over Time**</mark>

This section offers a consolidated view of the synchronized sales data in LitCommerce through an interactive line chart. It displays a comparison of total sales data over the selected date ranges and filters.

The data that can be viewed in this section includes:

* **Total Sales:** The total revenue made from the synced orders.
* **Orders:** The total number of orders synced through LitCommerce.
* **Products Sold:** The total number of products sold within the synced orders.

<figure><img src="/files/nc1sSVaVtdquA71IHjvd" alt=""><figcaption></figcaption></figure>

Click each option to view the corresponding information. The line chart will display the data, which includes the following components:

* A solid blue line represents total data during the selected date range.
* A dashed blue line represents total data from the selected comparison period.
* A horizontal x-axis showing the time period.
* A vertical y-axis showing the total data value.

{% hint style="success" %}
**Use the `View` filter to adjust the line chart’s display by day, week, or month. Also, click on the lines at the bottom of the chart to toggle their visibility.**
{% endhint %}

<figure><img src="/files/RTCrhEIe59pGEU4uPscv" alt=""><figcaption></figcaption></figure>

Additionally, you can view your overall data for Orders, Products Sold, and Total Sales in the Sales Statistics table. This table is located in the Total Data Over Time section and is displayed based on your selected `View` filter.

<figure><img src="/files/ZwezBYWG4dv6btbdyUPK" alt=""><figcaption></figcaption></figure>

You also have the option to export the data table to a CSV file for further analysis and management.

<figure><img src="/files/sVuRlTj3vB40EwSuXACN" alt=""><figcaption></figcaption></figure>

Afterward, you can return to the previous interface to view other sections.

## <mark style="color:$primary;">**Total Sales by Product**</mark>

This section contains a bar graph that illustrates revenue from products sold on platforms synced through LitCommerce, along with a comparison to the selected period.

<figure><img src="/files/bwCcR5NhcOUUAC6qtXfb" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">**Total Sales by Channel**</mark>

This section shows a pie chart with sales data from all channels for comparison. Each color represents a Channel.

Hover over each segment to view the corresponding value.

<figure><img src="/files/PDO8FBuGFcNZsIUEy6uy" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">**Filters**</mark>

In addition to the key sections, you can use the filters at the top of the interface to customize the Sales Reports display for specific insights. These changes apply to all three sections above.

<figure><img src="/files/2SiqJRmQqFn7X3t7raju" alt=""><figcaption></figcaption></figure>

The available filters are:

<table><thead><tr><th width="192">Filter</th><th>Description</th></tr></thead><tbody><tr><td><strong>Date range</strong></td><td>Use the calendar to select a custom date range or choose from preset options. LitCommerce will then generate a sales report accordingly.</td></tr><tr><td><strong>Compare to</strong></td><td>Choose a different date range to compare with the currently selected period.</td></tr><tr><td><strong>Display in</strong></td><td>Choose from multiple currency options (USD, CAD, EUR, GBP, JPY, MXN) to show data values with the corresponding currency</td></tr><tr><td><strong>Filtered by Channel</strong></td><td>Select the channel from which the order data will be displayed.</td></tr><tr><td><strong>Filtered by Status</strong></td><td>Select the order status from which the order data will be displayed.</td></tr></tbody></table>

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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.litcommerce.com/marketplace-integration/app-features/sales-report.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.
