> For the complete documentation index, see [llms.txt](https://docs.drivepoint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drivepoint.io/data-integrations/retail-data/sell-through.md).

# Sell-through

Units and dollars sold through to shoppers at each retailer, with price and margin detail.

Sell-through is what shoppers actually bought off the shelf at each retailer. It's the clearest read on real demand for your products in wholesale, retailer by retailer and, where reported, store by store.

**Use it to:**

* See which products and retailers are selling fastest.
* Measure the impact of a promotion by comparing regular, promo, and clearance sales.
* Track returns and net sales, not just gross.
* Watch margin on retail sales, not only revenue.

## Sales metrics

| Metric                          | What it tells you                                         | Notes                                   |
| ------------------------------- | --------------------------------------------------------- | --------------------------------------- |
| **Units sold**                  | Units sold through to shoppers, your core velocity number | Daily, weekly, and monthly              |
| **Gross sales**                 | Sales dollars before discounts and returns                | Reported by most retailers              |
| **Net sales**                   | Sales dollars after discounts and returns                 | Only where the retailer reports net     |
| **Regular sales (units & $)**   | Sold at full, non-promo price                             | Where the retailer splits by price type |
| **Promo sales (units & $)**     | Sold on promotion                                         | Where the retailer splits by price type |
| **Clearance sales (units & $)** | Sold on clearance or markdown                             | Where the retailer splits by price type |
| **Returns (units & $)**         | Units and dollars returned                                | Where the retailer reports returns      |

## Margin metrics

| Metric                        | What it tells you                   | Notes                                                       |
| ----------------------------- | ----------------------------------- | ----------------------------------------------------------- |
| **Gross margin**              | Margin dollars on what sold through | Also split by regular, promo, and clearance where available |
| **Cost of goods sold (COGS)** | Cost of the units that sold         | Also split by price type where available                    |

{% hint style="info" %}
**Retailer or store level.** Sell-through is available for every connected retailer at the banner level. Store-by-store sell-through is available where the retailer reports individual stores.
{% endhint %}

Retail forecasts a partner may share (planned sell-through, planned inbound) are kept separate from these actuals so they never mix into your reported numbers.


---

# 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://docs.drivepoint.io/data-integrations/retail-data/sell-through.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.
