Shopify
How to provision a Shopify Admin API access token from a custom app and connect it to Nora.
Where to apply for credentials
Shopify — Custom apps
Settings → Apps and sales channels → Develop apps
Enable custom app development
Shopify Admin → Settings → Apps and sales channels → Develop apps. (Requires shop owner permission once.)
Configure Admin API scopes
On the app’s Configuration tab, click Configure Admin API scopes and tick what your agent
needs (e.g.
read_products, write_orders, read_customers).Connect in Nora
| Field | Value |
|---|---|
| Shop Domain | acme (Nora appends .myshopify.com) or full domain |
| Access Token | The shpat_... token from above |
GET /admin/api/2024-01/shop.json with X-Shopify-Access-Token.
MCP server
No official Shopify MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
SHOPIFY_ACCESS_TOKEN | Access Token field |
SHOPIFY_SHOP_DOMAIN | Shop Domain field |

