> For the complete documentation index, see [llms.txt](https://docs.restock.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.restock.gg/features/sales.md).

# Sales

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

The **Sales** tab allows you to track and manage your sold items in two different ways. Use the toggle in the bottom-right corner of the Sales grid to switch views.

## **Account Sales**

This section retrieves sales data directly from your linked accounts. By clicking **"Load Sales"**, the tool scans all connected platforms and gathers sales information.

Once loaded, you can:

* Search and filter through your sales.
* View your **payout** for each transaction.
* Mark sales as **paid** or **pending payment**.
* Assign a **carrier** for shipment tracking.
* Download **Proof of Delivery (POD)** for completed sales.

{% hint style="info" %}
You can select multiple rows and use **Download PoD(s)** to fetch Proof of Delivery files in bulk. Supported carriers: **UPS**, **DHL**, and **DPD**.
{% endhint %}

For a full overview of PoD, see:

{% content-ref url="/pages/eWD5QGF7bAceULYfzL5m" %}
[Proof of Delivery (PoD)](/problem-solving/tutorials/proof-of-delivery-pod.md)
{% endcontent-ref %}

## Inventory Sales

This section lists all inventory items with a **"Sold"** status. Unlike Account Sales, this allows for additional data storage, just like in your **Inventory tab**.


---

# 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.restock.gg/features/sales.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.
