Uppercase · OAuth Scopes

Uppercase OAuth Scopes

OAuth 2.0 searched

Uppercase publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Uppercase API on a user’s behalf.

Tokens are issued from https://shopify.com/authentication/67539140858/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyConsumerTravelLuggageBackpacksEcommerceRetailSustainabilityAgentic Commerce
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://shopify.com/authentication/67539140858/oauth/authorize
Token URL
https://shopify.com/authentication/67539140858/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication (id_token issuance). authorizationCode
email Access to the customer's email and email_verified claims. authorizationCode
customer-account-api:full Full access to the Shopify Customer Account API for the authenticated customer. authorizationCode
customer-account-mcp-api:full Full access to the customer-account MCP API surface for agent-driven commerce. authorizationCode

Source

OAuth Scopes

uppercase-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://uppercase.co.in/.well-known/openid-configuration
description: >-
  OAuth scopes advertised by the storefront's authorization server (Shopify
  customer accounts on uppercase.co.in). Captured verbatim from the
  scopes_supported claim of the OIDC discovery document; there is no
  provider-authored scopes reference page beyond this machine-readable
  surface.
schemes:
  - name: shopify-customer-accounts-oauth2
    source: well-known/uppercase-openid-configuration.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://shopify.com/authentication/67539140858/oauth/authorize
        tokenUrl: https://shopify.com/authentication/67539140858/oauth/token
scopes:
  - scope: openid
    description: OpenID Connect authentication (id_token issuance).
    flows: [authorizationCode]
    sources: [well-known/uppercase-openid-configuration.json]
  - scope: email
    description: Access to the customer's email and email_verified claims.
    flows: [authorizationCode]
    sources: [well-known/uppercase-openid-configuration.json]
  - scope: customer-account-api:full
    description: Full access to the Shopify Customer Account API for the authenticated customer.
    flows: [authorizationCode]
    sources: [well-known/uppercase-openid-configuration.json]
  - scope: customer-account-mcp-api:full
    description: Full access to the customer-account MCP API surface for agent-driven commerce.
    flows: [authorizationCode]
    sources: [well-known/uppercase-openid-configuration.json]