shopify.com
Shopify exposes Admin REST and GraphQL APIs, Storefront, Partner, Customer Account, and Payments GraphQL APIs, plus an MCP endpoint and the `shopify` CLI; auth is mainly via `X-Shopify-Access-Token` app/store or partner tokens, Storefront public/private tokens, Customer Account OAuth, CLI login, while the recorded MCP supports none or OAuth.
- Shopify Admin REST APIdiscovered
- Shopify Admin GraphQL APIdiscovered
Create an app in the Dev Dashboard or scaffold one with Shopify CLI. Install it on a store to obtain an access token using Shopify-managed installation/token exchange, the authorization code grant, or for organization-owned stores the client credentials grant. Existing admin-created custom apps can also generate tokens from the Shopify admin via Generate access tokens for custom apps. Use the resulting token in X-Shopify-Access-Token.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://shopify.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing