add intro documentation and user guide

This commit is contained in:
Tanmay Deep Sharma
2025-05-29 19:29:32 +05:30
parent f429db89b4
commit 7808634432
203 changed files with 8020 additions and 7794 deletions
@@ -0,0 +1,37 @@
---
title: Setting Up Shopify Integration
description: Configure Shopify integration to track orders and customer information from Chatwoot
sidebarTitle: Shopify
---
Setting up Chatwoot Shopify integration involves 5 steps.
1. Create a Shopify app in the [shopify partner dashboard](https://partners.shopify.com/).
2. Add necessary details and save the app.
3. Configure Chatwoot with the `Client ID` and `Client secret` obtained from the Shopify app.
4. Open Chatwoot UI, navigate to integrations, select Shopify, and click connect.
5. Voila! You should now be able to use Shopify in your Chatwoot account.
## Register and configure the Shopify app
To use Shopify Integration, you need to create a Shopify app in the [shopify partner dashboard](https://partners.shopify.com/). You can find more details about creating Shopify apps at the [Shopify developer portal](https://shopify.dev/docs/apps/build).
1. Create a Shopify app.
![shopify_app_create](/self-hosted/images/shopify/create-app.png)
2. Obtain the `Client ID` and `Client Secret` for the app and configure it in your app config via `{Chatwoot installation url}/super_admin/app_config?config=shopify`
![shopify_app_domain](/self-hosted/images/shopify/configure-app.png)
3. Configure the redirect URL as `{Chatwoot installation url}/shopify/callback` in app configuration.
![shopify_app_redirect](/self-hosted/images/shopify/callback.png)
<Note>
Shopify will only show up in the integrations section once you have configured these values.
</Note>
## Connect Chatwoot with your Shopify account
Follow this [guide](https://chatwoot.help/hc/user-guide/articles/1742395545-how-to-track-orders-with-shopify-integration) to complete the Shopify integration.