# Manage Sales

### ➕ Add a Sale Manually

Use this when a sale is not tracked automatically or when you want to reward an affiliate manually.

**Steps:**

1. open the app > go to **Sales**
2. Click **Add sale**
3. Choose one option:
   * **Existing order** – enter the Shopify order number
   * **Fixed amount** – manually enter a commission value
4. Select an affiliate and campaign
5. Click **Save**

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

<figure><img src="/files/7uxbLBANeOLp5bu4IUVe" alt=""><figcaption></figcaption></figure>

***

### 🔄 Change Sale Status

You can update the sale status at any time.

Available statuses:

* **Pending** – Waiting for review
* **Accepted** – Approved and commission is valid
* **Rejected** – Invalid sale, no commission
* **Paid** – Commission has been paid

**How to change status:**

* From the sales list (bulk update)
* From the sale detail page

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

***

### 🔍 Filter & Search Sales

Filters help you quickly find specific sales.

You can filter by:

* Affiliate
* Sale status
* Date range

Use the search bar to find sales by **affiliate name**.

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

***

### ↕️ Sort Sales

Sort sales to review data more efficiently.

Sort by:

* Date
* Commission amount

Order options:

* Oldest to newest
* Newest to oldest

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

***

### 📤 Export Sales Data

Export sales data for reporting or payouts.

**Steps:**

1. Click **Export**
2. Choose what to export:
   * Current page
   * Selected sales
   * All sales
3. Download as a **CSV file**

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

***

### 🗑 Delete Sales

Remove incorrect or invalid sales permanently.

**Steps:**

1. Select one or more sales
2. Click **Delete**

**⚠️ Warning:**\
Deleted sales cannot be restored, and their commissions will be removed permanently.

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


---

# 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://docs.jaka.app/shopify/sales-and-tracking/manage-sales.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.
