> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuraltalk.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 🛍️ Shopify Integration

> Learn how to generate your Shopify Admin API Access Token — the key to securely connecting your store with external apps, automations, or integrations. 

🎥 Refer to the setup video for a step-by-step visual guide:

<div
  style={{
position: "relative",
paddingBottom: "56.25%", // 16:9 aspect ratio
height: 0,
marginTop: "16px",
borderRadius: "14px",
overflow: "hidden",
}}
>
  <iframe
    src="https://www.youtube.com/embed/cnL-tn-sDCY?si=CJnIUsnqyArTD6lZ"
    title="Shopify Integration Video"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowFullScreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  borderRadius: "14px",
}}
  />
</div>

## **⚙️ Prerequisites**

Before you begin, make sure you have:

* A **Shopify store** (any plan)
* Access to your **Shopify admin panel**
* Enable **Custom app development** (if first time)

## **🔧 Step 1: Enable Custom App Development**

To begin, allow custom app development for your store.

1. Log in to your **Shopify admin panel**
2. In the left sidebar, click on **Settings**
3. Under Settings, select **Apps and sales channels**
4. Click on **Develop apps** at the top-right corner of the page.

   <img src="https://mintcdn.com/neuraltalk/AQvs9ZJbqv8QqisP/images/shopifyaccesstoken1.png?fit=max&auto=format&n=AQvs9ZJbqv8QqisP&q=85&s=c94584bad4ecb2e252a86dd472276916" alt="shopifyaccesstoken1.png" title="shopifyaccesstoken1.png" style={{ width:"78%" }} width="3780" height="1678" data-path="images/shopifyaccesstoken1.png" />

## **🧩 Step 2: Create a Custom App**

Once custom app development is enabled:

1. Click **Create an app** and give it a suitable name
2. Go to the **Configuration** tab
3. Under **Admin API integration**, choose the required **API scopes**
   * Examples: read\_products, write\_orders, read\_customers, read\_product\_listings, read\_product\_feeds, read\_orders, read\_payment\_terms
4. Click **Save** to apply your settings

   <img src="https://mintcdn.com/neuraltalk/AQvs9ZJbqv8QqisP/images/shopifyaccesstoken2.png?fit=max&auto=format&n=AQvs9ZJbqv8QqisP&q=85&s=68af00f2fa53aa3fea2565f139201617" alt="shopifyaccesstoken2.png" title="shopifyaccesstoken2.png" style={{ width:"73%" }} width="2819" height="1890" data-path="images/shopifyaccesstoken2.png" />

## **🔐 Step 3: Generate Your Admin API Access Token**

1. Navigate to the **API credentials** tab
2. Click **Install app** to activate it for your store
3. After installation, your **Admin API Access Token** will appear
4. **Copy and save it securely** — it will only be visible once

   <img src="https://mintcdn.com/neuraltalk/AQvs9ZJbqv8QqisP/images/shopifyaccesstoken3.png?fit=max&auto=format&n=AQvs9ZJbqv8QqisP&q=85&s=b3391f96537f8fc481e5b4b993bb749e" alt="shopifyaccesstoken3.png" title="shopifyaccesstoken3.png" style={{ width:"65%" }} width="3780" height="1369" data-path="images/shopifyaccesstoken3.png" />

   <img src="https://mintcdn.com/neuraltalk/AQvs9ZJbqv8QqisP/images/shopifyaccesstoken4.png?fit=max&auto=format&n=AQvs9ZJbqv8QqisP&q=85&s=d1db4c670177c59fb6a7ddab67517e78" alt="shopifyaccesstoken4.png" title="shopifyaccesstoken4.png" style={{ width:"65%" }} width="3780" height="1628" data-path="images/shopifyaccesstoken4.png" />

## **🔗 Step 4: Connect Your Shopify Store to NeuralTalk**

Once you’ve generated your **Admin API Access Token**, you can connect your Shopify store to your NeuralTalk dashboard.

1. Open your **NeuralTalk Dashboard**
2. Navigate to **Integrations → Shopify Integration**
3. Click **Connect Store** to open the connection popup
4. In the popup window:
   * Enter your **Shopify Store URL**
   * Paste your **Admin API Access Token** into the **Access Token** field
5. Click **Connect Store** to complete the integration

✅ Your Shopify store is now securely linked with NeuralTalk! You can start enabling product search, order tracking, and AI-powered chat features instantly

<img src="https://mintcdn.com/neuraltalk/AQvs9ZJbqv8QqisP/images/shopifyaccesstoken5.png?fit=max&auto=format&n=AQvs9ZJbqv8QqisP&q=85&s=68cbfb737c37f61c28d74c23762155d8" alt="shopifyaccesstoken5.png" title="shopifyaccesstoken5.png" style={{ width:"60%" }} width="2279" height="1890" data-path="images/shopifyaccesstoken5.png" />

## **💡 Best Practices**

* 🔒 **Keep your token confidential** – never expose it publicly or commit it to GitHub
* ⚙️ **Use environment variables** to store the token in your project safely
* 🎯 **Grant minimal permissions** – only select the scopes your app actually needs
* 🧾 **Rotate tokens periodically** for better security

## **🧰 Troubleshooting**

**Token Not Visible**

* Make sure the app is fully installed
* Ensure you have the necessary admin permissions

**Permission or Access Errors**

* Revisit the **Configuration** tab and verify selected API scopes
* Reinstall the app after updating permissions

## **🚀 Next Steps**

Once you have your **Admin API Access Token**, you can:

* Connect your store with third-party applications
* Automate product, order, and customer data sync

Integrate AI assistants, analytics tools, or custom dashboards

<Note>
  Need help with your Shopify integration? Contact our [support team](mailto:support@neuraltalk.ai) for personalized assistance. For quick resolution and community support, join our [Discord community](https://discord.com/invite/tHpggadDAk).
</Note>
