For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shopify Integration

Goal

At this moment, your Agent team is asking for

  • Store domain (yourstore.myshopify.com)

  • Client ID and Secret

This guide will provide you a complete tutorial on setting up Shopify integration. You will obtain a client ID and a client Secret with correct API scope setup.

Time: ~15 minutes

What You'll Need

  • A Shopify account.


1

Step 1. Create Shopify App

  • Enter any app name you would like (Ignore the CLI option)

  • Tap on "Create", then you'll be led to "Create Version" page, do not close yet.

2

Step 2. Create a version

If you accidentally closed the page, find "Versions" on the side menu, then tap on "Create Version" on the right.

  • Within the same page, scroll down, find Access - Scope

  • Then, copy and paste the exact content below to "Access - Scopes"

read_products,write_products,read_content,write_content,read_online_store_pages,write_online_store_pages,read_orders,read_inventory,write_inventory,read_customers,read_discounts,write_discounts,read_reports,read_checkouts,read_locations,read_themes,write_themes
  • Finally, scroll to the bottom and tap on the "Release" button. Then tap release again. You don't have to fill in anything

3

Step 3. Get Client ID and Secret

  • On the side menu, tap on Settings to go to settings page.

  • Then on the right, you'll see Client ID and Secret. Copy them separately and paste to the Frevana Chat page.

4

Step 4. Install app

  • On the side menu, tap on <YOUR APP NAME> to go back to App's home page. (e.g. In this case, the button name is "Frevana Integration")

  • On bottom right, tap on "Install app"

  • Then select the store you wish to install the app. (Frevana can later have access to this store)

  • Tap install

5

Step 5. Store domain

  • Go to store home page, then you'll find your domain here.

Done

Now you have all the required information, including store domain, Client ID and secret. Go back to Frevana Chat page to complete the setup!

Last updated