# Shopify POS Support

**GoAffPro** is compatible with the Shopify Point of Sale (POS) system. If you are operating a POS counter, you can utilize any of the following options to make the POS system work with our app:

### Use Order Tags

* When creating the order via the POS system, ask the customer for the affiliate's referral code, name, or email address.
* After that, you can write any of these as the **order tag** while creating the customer's order in the POS system.&#x20;
* Our system will automatically pick up the order and assign it to the affiliate.&#x20;

### Use Order Notes

* When creating the order via the POS system, ask the customer for the affiliate's referral code.
* After that, add the affiliate's referral code in the order notes, while creating the customer's order in the POS system.
* Our system will automatically attribute the order to the affiliate.

### Use Customer-Affiliate Connect

* Before creating the order via the POS system, ask the customer for the affiliate's referral code, name, or email address.
* Use that to connect the customer's email address/account to the affiliate's account within our app.&#x20;
* After that, the order you create for the customer will automatically get attributed to the connected affiliate.&#x20;

**Here is the guide for creating a customer-affiliate connection in our app:**

{% content-ref url="../program-settings/extra-settings/create-customer-affiliate-connection" %}
[create-customer-affiliate-connection](https://docs.goaffpro.com/program-settings/extra-settings/create-customer-affiliate-connection)
{% endcontent-ref %}

### Assign Sale to Affiliate

* When creating the order via the POS system, you can ask the customer for the affiliate's referral code, name, or email address.
* After creating the order, you can open our app, go to the Sales > All Sales section, and click on **Create new sale manually**.
* Here, select the order number and the affiliate. Finally, click on Assign Order.

**Here is the guide for assigning the sale to the affiliate in our app:**

{% content-ref url="../program-management/manage-sales/assign-sale-to-an-affiliate" %}
[assign-sale-to-an-affiliate](https://docs.goaffpro.com/program-management/manage-sales/assign-sale-to-an-affiliate)
{% endcontent-ref %}

### Use Discount Codes

* When creating orders via the POS system, ask the customer if they have a discount code.
* After that, you can apply the discount code to the order.
* If the discount code belongs to an affiliate, the sale will automatically get attributed to them.

**Here is the guide for generating discount codes for affiliates automatically:**&#x20;

{% content-ref url="../affiliate-coupons/setup-referral-coupons/automatically-generate-coupons" %}
[automatically-generate-coupons](https://docs.goaffpro.com/affiliate-coupons/setup-referral-coupons/automatically-generate-coupons)
{% endcontent-ref %}


---

# 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.goaffpro.com/how-tos/shopify-pos-support.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.
