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

# Shopify

Shopify offers developers to integrate Shopify's functionality into custom apps outside of the official website. This can be used to allow access to Shopify's API through the iMBrace platform.

## Account integration using Apps <a href="#id-2lbuayylzbk9" id="id-2lbuayylzbk9"></a>

To begin, you will need:

* A Shopify account with an associated online storefront.

**STEP 1:** In the bottom-left corner, go to **\[Settings]**.

**STEP 2:** In the left side-bar, go to **\[Apps and sales channels]**.

![](/files/MFMrt7NrnVkcggkEulOs)

**STEP 3:** Go to **\[Develop apps for your store] > \[Allow custom app development]**.

![](/files/acqk1nSALIxNBuPKIqJU)

**STEP 4:** Once enabled, create a new app and enter the necessary information in the dialog box that appears.

![](/files/asKNYLcQDqP9xSXS3pST)

**STEP 5:** Go to **\[Configuration] > \[Admin API integration]**. Select the relevant access scopes for use with the iMBrace platform.

![](/files/EJJHQvmbVQ3y6TQzLiwQ)

**STEP 6:** In the top-right corner, click on **\[Install App]** to generate access tokens.

![](/files/69QlyOzCN6EbnhgHJpFa)

**STEP 7:** You will then be able to view your **API key**, **secret key** and **access token** for your Shopify app.

![](/files/9qew7RcXCqlXjv07JyXQ)

**STEP 8:** Identify the **subdomain** of your Shopify storefront. This is the part of the URL before the “**.myshopify.com**” (in the example below, it is “f337c7”).

![](/files/bSNLdTRIYNSEkQ5MDbKV)

**STEP 9:** In iMBrace, create a new credential of type **Shopify API** and enter the API key and shop subdomain. Enter the secret key into the **Shared Secret** field and the access token into the **Password** field. Then click **\[Submit]**.

![](/files/ka6Hxc82PzoRCHsLTzyT)

**DONE:** The credential can then be used with Shopify nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/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.
