Skip to main content

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
1

Enable custom app development

Shopify Admin → Settings → Apps and sales channels → Develop apps. (Requires shop owner permission once.)
2

Create a custom app

Click Create an app, give it a name.
3

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).
4

Install + copy the token

Click Install app. The Admin API access token (shpat_...) is shown once on the API credentials tab.

Connect in Nora

FieldValue
Shop Domainacme (Nora appends .myshopify.com) or full domain
Access TokenThe shpat_... token from above
Nora calls GET /admin/api/2024-01/shop.json with X-Shopify-Access-Token.

MCP server

No official Shopify MCP server today.

Environment variables Nora injects

VariableSource
SHOPIFY_ACCESS_TOKENAccess Token field
SHOPIFY_SHOP_DOMAINShop Domain field