# Restrict to specific sales channels

You can now restrict a store credit cashback configuration to apply only to certain sales channels—such as your **Online Store**, **POS**, or **Draft Orders**.

This feature is especially useful if you offer different rates or promotions depending on where the order is placed.

{% embed url="<https://dollarlabs.neetorecord.com/watch/a35ced2cc1f854799c91>" %}

***

### 💡 Example Use Case

Let’s say you want to offer:

* **5% cashback** on all purchases made through your **POS (Point of Sale)** system, and
* **3% cashback** for purchases made through your **Online Store**.

This setup helps you provide different incentives based on the type of customer or sales environment.\
For example, if you’re a **coffee roaster** who sells beans online and ready-to-drink coffee through POS, you might want to reward your in-store customers with a higher cashback rate.

***

### 🧩 How to Set It Up

1. **Open or Create a Configuration**\
   Go to your cashback configuration in the Dollarback app. By default, all configurations apply to **all sales channels**.
2. **Enable Sales Channel Restrictions**\
   Expand the **“Restrict config to specific sales channels”** section.
3. **Select Applicable Sales Channels**
   * Choose one or more sales channels (e.g., *Online Store*, *POS*, *Draft Orders*) where this configuration should apply.
   * If no channel is selected, the configuration applies to **all** sales channels.
4. **Save Your Changes**

***

### 🧪 Example: Restricting Cashback to Online Store

Let’s say you set up a **10% cashback** configuration restricted only to the **Online Store**.

* If an order is created via **POS** or as a **Draft Order**, it won’t trigger any cashback.
* If the same order is placed through the **Online Store**, the cashback will apply as expected.

**Test it yourself:**

1. Create or duplicate a draft order.
2. Mark it as “Paid.”
   * You’ll notice no store credit is awarded (since draft orders were not included).
3. Go back and try placing the order through the Online store
4. Now you’ll see store credit applied successfully.

***

### 🧾 Combining Multiple Configs

You can create multiple configurations for different sales channels:

* **POS Cashback:** 5% restricted to POS
* **Online Cashback:** 3% restricted to Online Store

This allows you to run **independent cashback rules** for each channel without overlap or conflict.

{% hint style="info" %}
If there are overlaps, the best config is given as cashback to the customer.
{% endhint %}

***

### ✅ Summary

| Scenario        | Cashback | Sales Channel     |
| --------------- | -------- | ----------------- |
| POS Purchase    | 5%       | POS only          |
| Online Purchase | 3%       | Online Store only |

***

### 💬 Need Help?

If you have questions or need assistance setting this up, feel free to **reach out to our support team** — we’re always happy to help!


---

# 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.dollarlabs.io/dollarback-store-credit/get-started/advanced-options/restrict-to-specific-sales-channels.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.
