# Shopify

## Setup Guide

You can find your Shopify application credentials by visiting your [Shopify Partner Portal](https://partners.shopify.com/).

You'll need the following information to set up your Shopify App with KollaConnect:

* Client ID
* Client Secret
* Scopes needed

### Prerequisites

* Shopify Developer Account. You can create one [here](https://www.shopify.com/partners).
* Shopify Application. Learn more about creating a Shopify application [here](https://shopify.dev/apps).

### Add the Konnect OAuth Redirect URL

1. Login to your developer portal and go to the `Apps` section
2. Select the app that you are using for this integration and click it
3. Under the App Setup section go to URLs > Allowed redirection URL(s) and add the Kolla redirect URL:\
   `https://connect.getkolla.com/oauth`
4. Click save at the top right

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

### Add your Shopify app to Kolla

1\. In the Kolla Admin portal go to **Integrations > Connectors** and click **Add Connector**.

2\. Choose Shopify from the catalog of connectors

3\. Name your instance of this connector and input the following configuration items:

* **Client ID:** Found under Client Credentials in the App details of Shopify Partner Portal
* **Client Secret:** Found under Client Credentials in the App details of Shopify Partner Portal

4\. Select the required scopes needed from this list: <https://shopify.dev/api/usage/access-scopes>


---

# 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://docs.getkolla.com/kolla/connector-guides/shopify.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.
