Shopify Integration
Connect your store, generate AI product images, push to listings
1
Create a Custom App in Shopify
- Go to your Shopify Admin:
admin.shopify.com/store/YOUR_STORE/settings/apps/development - Click Allow custom app development (if prompted)
- Click Create an app
- Name it anything (e.g. "Scrya AI")
- Click Configure Admin API scopes
- Check these scopes:
read_products write_products
- Click Save
2
Install the App & Get Your Token
- Click Install app and confirm
- You'll see the Admin API access token
- Click Reveal token once — copy it immediately
- The token starts with
shpat_
Important: You can only see this token once. If you lose it, you'll need to uninstall and reinstall the app to get a new one.
3
Connect in Scrya Extension
- Open the Scrya extension on grok.com
- Go to Settings → scroll to Shopify Integration
- Enter your store domain:
yourstore.myshopify.com - Paste your
shpat_token - Click Connect Store
- You should see a green checkmark with your store name
4
Generate Product Images
- Open Create Prompt Pack from the sidebar
- Your Shopify products appear in the Shopping section
- Select a product — it auto-fills as the generation theme
- Or click Import Catalog as Pack to create a pack from your entire product catalog, grouped by product type
- Use the pack in the prompt pipeline to generate styled product images
Security
- Your Shopify access token is stored server-side in our encrypted database — it never leaves the server.
- The Chrome extension never sees or stores the raw Shopify token.
- All Shopify API calls are proxied through our edge functions with rate limiting.
- You can disconnect your store at any time from Settings.
- We only request
read_productsandwrite_productsscopes — no access to orders, customers, or billing.