> For the complete documentation index, see [llms.txt](https://docs.strategically.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strategically.co/university/account-setup/shopify-store-integration.md).

# Shopify Store Integration

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

1. Enter your Shopify store URL. To find your URL:
   1. Log in to your Shopify dashboard and navigate to "Online Store Settings."&#x20;
   2. Go to "Online Store" and then "Domains" in your Shopify admin dashboard. Find Your Store URL:&#x20;
   3. Your store URL should be displayed here. It typically looks like "yourstorename.myshopify.com."
   4. Enter this in the Shopify store URL field on the page below in the Strategically AI app.&#x20;
2. Next, you need to create a Shopify Access token inside Shopify. To do this:
   1. Log in to your Shopify account and open your admin dashboard.
   2. Select Apps and Sales Channels from the left-hand menu.
   3. Click on the option to Create a Custom App for your store and enter Strategically as the App name. Click Create App.
   4. Select Configure Admin API scopes and choose the options to
      1. write\_products
      2. read\_products
      3. write\_publications
      4. read\_publications
   5. Click API credentials and select Install App. Hit Install again.
   6. Hit Reveal Token once to generate Your API Keys beginning with "Shpat..." Copy and save these for future reference, as they will only be visible once.&#x20;
   7. Head to the Strategically platform and enter the API keys you generated to connect your Shopify store.

{% embed url="<https://www.loom.com/share/c5cee3ded3a94afcb4dd4f93a1d35fd6>" %}

**You're All Set!**\
Once the integration is complete, you can use Strategically’s powerful tools to optimize your products and boost your online sales.&#x20;

If you need any assistance, feel free to contact our support team!


---

# 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://docs.strategically.co/university/account-setup/shopify-store-integration.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.
