> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/insights/insights-for-orders.md).

# Insights for orders

> **Who can use this feature:** \
> You need the **Core Pro** plan in your [Channable subscription](/account-billing/manage-your-subscription/channables-pricing-plans.md) to use this feature.

Insights for orders gives you product-level, cost-per-sale performance data based on order data. It takes commission and shipping costs into account so you can evaluate how your marketplace listings perform.

Use this page to understand what Insights for orders shows, which marketplaces support it, and how the dashboard is structured.

To set up Insights for orders, you'll need an order connection and a channel able to provide commission and/or shipping data.

{% hint style="info" %}
Ready to set it up? Go to [How to set up Insights for orders](/manage-improve-product-data/insights/insights-for-orders/how-to-set-up-insights-for-orders.md).
{% endhint %}

***

### What you can do with Insights for orders

Use Insights for orders to:

* Track revenue, cost, items sold, and CPS at product level
* Include commission and shipping costs when your channel provides them
* Review top-performing listings and compare results over time
* Use order-based Insights fields in rules

### Before you start

You need:

* A unique ID for each item in **Setup** → **Project settings**
* An active order connection for a supported marketplace
* A channel that provides commission data, shipping data, or both

### Available data

The data you can track and use in rules depends on your channel.

| Data availability          | Included data                  |
| -------------------------- | ------------------------------ |
| Available for all channels | Revenue, Items sold, CPS, Cost |
| Depends on channel         | Commission, Shipping cost      |

### Supported marketplaces

You can set up Insights for orders for the following marketplaces:

| Marketplace | Commission data | Shipping data |
| ----------- | --------------- | ------------- |
| AliExpress  | No              | Yes           |
| Allegro     | No              | Yes           |
| Amazon      | Yes             | Yes           |
| Arise       | No              | Yes           |
| Beslist     | Yes             | Yes           |
| Bol         | Yes             | No            |
| CDiscount   | Yes             | Yes           |
| Check24     | No              | Yes           |
| eBay        | Yes             | Yes           |
| Fnac        | Yes             | Yes           |
| Fruugo      | No              | Yes           |
| Galaxus     | No              | Yes           |
| Kaufland    | No              | Yes           |
| ManoMano    | No              | Yes           |
| Mirakl      | Yes             | Yes           |
| OTTO        | No              | Yes           |
| Rakuten     | No              | No            |
| Spartoo     | No              | Yes           |
| TikTok      | No              | Yes           |
| ToBeDressed | No              | Yes           |
| Veepee      | No              | Yes           |
| Walmart     | No              | Yes           |
| Wayfair     | No              | No            |
| Wish        | No              | Yes           |
| Zalando     | No              | Yes           |

### Keep your data up to date

Updates happen automatically if you have the Insights plan or manually for the free trial/free version by clicking **Run now** on your Insights dashboard.

### How the dashboard is structured

#### Dashboard overview

* **Items:** Total number of products included in your Insights
* **Cost:** Total cost across the selected date range
* **Units sold:** Total number of products sold
* **Shipping cost:** Total shipping cost for supported channels
* **CPS (Cost per sale):** The average amount spent to acquire a sale

Commission and shipping metrics depend on the marketplace you connect.

#### Revenue and cost graph

<figure><img src="/files/5d2b63bd2487966e7c2c1662de76d5a93f732de8" alt=""><figcaption></figcaption></figure>

The revenue and cost graph shows how your sales compare to costs over time.

* **X-axis:** the date range
* **Y-axis:** total revenue

{% hint style="success" %}
**Tip:** Hover your cursor over a date to view the exact figures for that date.
{% endhint %}

#### Top 5 items by revenue

This dashboard provides an overview of your top performing products based on overall revenue.

Click **View all items** for a complete overview of all your items and their individual data related to items, including revenue, commission, shipping costs, cost, and CPS.

#### Product table

Use **View all items** to review item-level performance in more detail.

You can check revenue, commission, shipping cost, cost, and CPS for each product.

### Customizing your table

<details>

<summary><strong>Adding and removing columns:</strong></summary>

Click the **Select columns** icon to edit what you want to include in your table, and how you want to format it.

</details>

<details>

<summary><strong>Sort in ascending/descending order</strong></summary>

You can sort your products by a specific metric or filtering type (e.g. cost) in ascending or descending order by clicking the up and down arrows next to the metric or type.

</details>

<details>

<summary><strong>Downloading Insights data</strong></summary>

Click **Download as CSV** in the bottom of your table.

</details>

### Next steps

* [How to set up Insights for orders](/manage-improve-product-data/insights/insights-for-orders/how-to-set-up-insights-for-orders.md)
* [Use Insights in rules](/manage-improve-product-data/insights/use-insights-in-rules.md)


---

# 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://helpcenter.channable.com/manage-improve-product-data/insights/insights-for-orders.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.
