> For the complete documentation index, see [llms.txt](https://referral-rocket.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://referral-rocket.gitbook.io/docs/rewards/shopify.md).

# Shopify

Referral Rocket's integration with Shopify makes it easy to distribute rewards to your customers. With just a few quick steps, you can efficiently send rewards, saving you time and allowing you to focus on your business.

#### Sending Rewards via Referral Rocket

1. Navigate to the Reward Due list
   1. Choose the participants you want to reward.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdLsRXmS5nc0uJFtvvin321HQCHXEU8hZmnja9grtezmrJJlFzgzQAuDEjaFUHIr9e3DVTtUmHyuvrkBHoEvKncEAfIKnZeXCrsroxZRTJww7NeulW3x2HjrD_-dtjkDUJDKt5t?key=YGR2ZdG_XcMahc1Lgg4I-y-9" alt=""><figcaption></figcaption></figure>

2. Issue Rewards
   1. Click Issue Reward to open the reward modal.
3. Choose Shopify as the Reward Method
   1. In the reward modal, open the dropdown menu on the right.
   2. Select Send Rewards with Shopify—a button to send rewards will appear.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXftCA832tmQ9paPbBbH-piBILAKcs14HFuAXp9t7WlxMBXN7Mtgg32-myuGFWBCbMZyErAU6boUoMGHjlHCEGFZqebjU0QvLYUyZcy2SC6UND3qRGruSKLQo4fp2pTHTjblhK968A?key=YGR2ZdG_XcMahc1Lgg4I-y-9" alt=""><figcaption></figcaption></figure>

4. Send Rewards - Click Send Rewards with Shopify to distribute the rewards.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcQv_E-va40xy7gDVTaZshiCMxqdgxbJyLciDP0NuNOx1Of1H7r_WMaIW6Vxx85c8RHKTq2R4AdDGfwvf8LC01PrL9ZCwX7uUwZRHczhee5W2GSdU7p9oJYFWqLOzKpeZXI-uXc?key=YGR2ZdG_XcMahc1Lgg4I-y-9" alt=""><figcaption></figcaption></figure>

5. Reward Delivery - The selected participants will receive their rewards via email.

#### Note:

If a reward cannot be sent due to an error, Referral Rocket will display a list of participants who were not successfully rewarded.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXelslEDAnLxj-8oa4isWpqEN7CvE_K--EduG9gssMHo2mQ9L8HIzp62jSZGi0pS-bEcFTddxMhT-MB-13LBJybN-3mp4p6W-zko8sNhMlR2e9uUo3cWdiOkdB47yR0LfLZe3-rzaA?key=YGR2ZdG_XcMahc1Lgg4I-y-9" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://referral-rocket.gitbook.io/docs/rewards/shopify.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.
