S

shopify.com

Shopify is a commerce platform for creating and operating online stores, checkout, payments, and retail sales. It also provides developer tooling for apps, custom storefronts, and AI-powered shopping and store-management experiences.

4 integrations · MCP · GraphQL · CLI

Shopify exposes GraphQL APIs for Admin, Storefront, and Partner access, MCP servers for storefront and setup flows, and the `shopify` CLI; auth varies by surface, including Admin/Partner tokens, Storefront tokens or tokenless access, OAuth for customer-account/setup flows, and CLI browser login.

discovered 15d ago
MCP servers2
GraphQL1
CLI1
Credentials
Shopify Admin API access tokenbearerGet token

Create a Shopify app in the Shopify Partner Dashboard, configure its access scopes, then install it on a store and complete the app auth flow described in About app authentication. Shopify issues an online or offline access token for that store; your app sends it in X-Shopify-Access-Token on Admin API requests.

Shopify Customer Account OAuth app credentials and buyer access tokenoauth2Set up OAuth

Create a Shopify app, add customer account redirect URIs in shopify.app.toml, deploy it, request protected customer data access in the Shopify Partner dashboard, and install the app on the store, following the steps in Customer Accounts MCP server authentication. Your app then discovers the store's OpenID configuration and runs the OAuth 2.0 authorization code flow with PKCE to obtain a customer access token.

Shopify CLI login sessionoauth2$ shopify auth login

Acquired by the CLI — running shopify auth login opens the auth flow and stores the credential.

conventions · 1/8 published

Publish these signals → /publishing