generated: '2026-08-26' method: probed source: https://offgridstores.com/.well-known/oauth-authorization-server docs: https://shopify.dev/docs/api/customer description: >- OAuth scopes advertised by the authorization server Off Grid Stores' own host points at. There is no OpenAPI with oauth2 securitySchemes to derive from; these values are read verbatim from the scopes_supported array of the discovery document served at offgridstores.com. authorization_server: https://shopify.com/authentication/55184621620 authorization_endpoint: https://account.offgridstores.com/authentication/oauth/authorize token_endpoint: https://account.offgridstores.com/authentication/oauth/token scope_count: 4 scopes: - name: openid description: Standard OpenID Connect scope; requests an ID token identifying the customer. category: identity - name: email description: Releases the customer's email and email_verified claims. category: identity - name: customer-account-api:full description: Full access to the Customer Account API on behalf of the signed-in customer. category: account - name: customer-account-mcp-api:full description: >- Full access to the Customer Account MCP API on behalf of the signed-in customer. No anonymous customer-account MCP endpoint was found on offgridstores.com; /customer/api/mcp returned 404. category: agent notes: - Scopes are Shopify customer-account scopes bound to this shop, not Off Grid Stores-authored scopes. - The Storefront GraphQL API and the /api/mcp storefront MCP server require no scope at all.