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

Shopify CMS Integration

Use Shopify with Frevana by creating a custom app and collecting the required credentials.

Prerequisites

Before you start, make sure you have:

  • A Shopify account

  • Access to the Shopify Dev Dashboard

  • Permission to create and install apps for your store

What Frevana needs

To complete the setup, you will need:

  • Store domain, such as yourstore.myshopify.com

  • Client ID

  • Client Secret

Setup steps

1

Create a Shopify app

Open Shopify Dev Dashboard and sign in with your Shopify account.

Click Create App in the upper-right corner.

Enter any app name you want. Ignore the CLI option.

Click Create. Shopify opens the Create Version page.

2

Create a version and set scopes

If you closed the page, open Versions from the side menu and click Create Version.

On the same page, scroll to Access - Scopes.

Paste this exact value into Access - Scopes:

read_files,write_files,read_online_store_pages,write_online_store_pages,read_content,write_content

Scroll to the bottom and click Release.

Click Release again to confirm. You do not need to fill in any extra fields.

3

Get the Client ID and Client Secret

Open Settings from the side menu.

On the right side, copy the Client ID and Client Secret.

then paste it into the corresponding field on Frevana.

4

Install the app on your store

Click in the side menu to return to the app home page.

Click Install app in the lower-right corner.

Select the store where you want to install the app.

Click Install to confirm.

5

Copy the store domain

Open the store home page and copy the store domain.

It should look like yourstore.myshopify.com.

then paste it into the corresponding field on Frevana.

Ready to connect

You now have everything needed to complete the Shopify setup in Frevana:

  • Store domain

  • Client ID

  • Client Secret

Add these values in Frevana to finish the connection.

Last updated