Shopify Setup Guide
Follow these steps to connect your Shopify store to Describelio. You will create a custom app with Admin API access to allow Describelio to read and update your product descriptions.
- Prerequisites
You need a Shopify store (any plan) with admin access to the Settings area.
- Create Custom App
Go to Settings > Apps and sales channels > Develop apps > Create an app. Name it “Describelio”.
- Configure API Scopes
Under Admin API, click Configure and select the scopes write_products and read_products.
- Install App
Click Install and confirm the permissions dialog.
- Copy Access Token
After installation, go to the API credentials tab and copy the Admin API access token. This token is shown only once.
- Find Store Subdomain
Your store subdomain is the part before .myshopify.com. For example:
your-store.myshopify.com - Connect in Describelio
Go to Shops > Add Shop, select Shopify, and paste your access token and store subdomain.
Note: Describelio uses the GraphQL Admin API (version 2026-01). All API communication is handled automatically — you only need to provide the access token.
Official Shopify access token documentation: shopify.dev/docs/apps/build/authentication/access-tokens