# Shopify

## Install Plugin

1. Open Twinr App on Shopify app store -> [**Twinr Shopify App**](https://apps.shopify.com/twinr-mobile-builder?search_id=ec214706-759a-4cfe-b54a-3db124a1f1f4\&surface_detail=twinr\&surface_inter_position=1\&surface_intra_position=1\&surface_type=search)
2. Click on Install button and follow the process to install Twinr App in your Shopify store.

<figure><img src="/files/Qsdgl9Qm1GnzF9dwpyOZ" alt=""><figcaption><p>Install App</p></figcaption></figure>

## Login or Signup in Plugin

1. Go to **Twinr** Plugin and Click on **Get Started**.

<figure><img src="/files/5a6pw8WAGrrGAlntpyBU" alt=""><figcaption></figcaption></figure>

2. If you already have your account on Twinr then just enter the same email and password to login. Otherwise just click on the [Signup](https://builder.twinr.dev/#sign-up) button to create your account first. After creating an account, come back here and login with your newly created account.

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

## Connect Plugin

After successfully login to the plugin, now last step is to connect your application with plugin. Follow below mentioned steps to connect the app.

1. Click on the **Connect App** button.

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

2. It will ask you to enter App ID. Go to the [Twinr Builder](https://builder.twinr.dev/) and click on your app. Go to **Plugins** menu -> **Shopify**. There is an option to copy the App Token. Copy that and paste it into your WordPress plugin.

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

## Setup Firebase

This is an optional step but it is required to complete when you want to enabled Push Notification capabilities in your app. To complete this step follow 👇🏻 guide.

{% content-ref url="/pages/F1yH1nEDq9TZYiuTBD3e" %}
[Enable Push Notification](/integrations/firebase-push-notification/enable-push-notification.md)
{% endcontent-ref %}

***

## Purchase Subscription

Apps connected with Shopify plugins requires to purchase subscription from Shopify Admin only. Follow this process to purchase a subscription.

1. Open the Twinr app into your Shopify Admin and click on the Subscribe button.

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

2. Select the plan you are planning to purchase and follow the process.

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

***

## What's next?

After you have successfully connected the plugin, next step would be to continue customizing the app or start creating push campaigns using Engage feature.


---

# 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.twinr.dev/plugins/shopify.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.
