> For the complete documentation index, see [llms.txt](https://howto.sellercraft.co/how-to-sellercraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.sellercraft.co/how-to-sellercraft/oms/get-started/shop-management/connect-new-shop/shopify.md).

# Shopify

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

**Step 1:**\
Choose a country for your shop.&#x20;

**Step 2:** \
Click "Connect" on Shopify Channel&#x20;

**Step 3:** \
Enter a shop name of your preference. (To be identified inside sellercraft)

**Step 4:** \
Enter Shopify Store URL \
<https://help.shopify.com/en/manual/domains>

**Step 5:** \
Enter Shopify Access Token. Please refer on how to find [Shopify Access token](#shopify-access-token) in Sellercenter.&#x20;

**Step 6:** \
Complete the Final Step. Click on ‘Authorize Now’ and enter Channel shop Login ID and Password.

#### **Shopify Access Token**

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

**Step 1:** \
Visit <https://www.shopify.com/admin/apps> and select the store that needs to be connected.

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

**Step 2:** \
Click on Develop apps.

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

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

**Step 3:** \
Click on Create an app and enter the required information.

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

**Step 4:** \
Click on Configuration tab Step 5: Click Configure on Admin API Integration.

<figure><img src="https://lh6.googleusercontent.com/r6lI60J9SgESB0ZtejBnaoYX5aHBnFKmT9o1alo43KliHPRAZQm7yAShsrqrDuQAZPyo3o6YkoGU89gQc7FRwEvj1a4UxNKHmHkwqoC2KoZ16LCbLF4EVUbVujgBmsWqXsuqU_b6Zly19tyJqHL4QliiNedTq3pd2Cd6wS_l9PnsIytMdKinystLS0jfvA" alt=""><figcaption></figcaption></figure>

**Step 6:** \
Select all the access scopes required for the app and click on Save. (Recommend checking all permissions).

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

**Step 7:** \
Click on Install App and follow the instructions.

<figure><img src="https://lh4.googleusercontent.com/XREk4ih-ftbiVmNfRWgh59zqmDXFc_OeNdUxblnELIm7twYR1AH0iOSrYQmDwWimMBVmPv3Xir35d4bfiNnWpS9vWzrDb2aPvK6cZ8yvCWdhbCrb-nVtrlCKKURFwyFb0jdMxPaVF5oZDYdgN_QliembzMxUP3x7R4oTynzOU_J7TLdECo81Srtt84iAMQ" alt=""><figcaption></figcaption></figure>

**Step 8:** \
You will be redirected to the API credentials page. Copy the access token after clicking on Reveal token once to be stored into Tokencraft (Note: the access token can only be revealed once)


---

# 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://howto.sellercraft.co/how-to-sellercraft/oms/get-started/shop-management/connect-new-shop/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.
