# Shopify setup

### Create Access Token

To create the Access Token:

1. Log in to your Shopify admin panel.

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

2. In the left menu, click **Apps > Apps and Sales Channel settings >Develop apps.**

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

4. Click Allow custom app development.

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

5. Click **Enable** to confirm and then click **Create an app**.

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

6. Enter the following details and click **Create app**.

   * **App name:** Brand's app name.
   * **App developer email:** Brand's team lead email address.

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

7. Navigate to the **Configuration** tab.

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

8. Click **Configure**, select the permissions, and click **Save**.

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

9. Select the **Overview** tab and click **Install app**.

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

11. Confirm **Install**.

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

12. Next, you will be redirected to the **API Credentials** tab. Click **Reveal token once** and save the token somewhere safe to be used later.

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

### Enable Webhooks

To enable Webhooks:

1. In the left menu, click **Notifications**.&#x20;
2. Click **Webhooks > Create Webhooks > Create**.

<figure><img src="/files/8L7QnvTTw0V5kgu34vnM" alt=""><figcaption></figcaption></figure>

3. Enter the following details and click **Save**.

| Field  | Description                                  |
| ------ | -------------------------------------------- |
| Event  | Select **Order creation**.                   |
| Format | Choose **JSON.**                             |
| URL    | Enter the Webhook URL provided by VU Custom. |
|        |                                              |

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

<br>

by now you should have the following:

* Shopify Domain
*

### Next Steps

Follow through with the Link Your Store guide. This is where you will be configuring the connections via VU Admin portal.&#x20;


---

# 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://vu-custom.gitbook.io/vu-custom/onboarding/setup-e-commerce-store/shopify-setup.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.
