USPL Wrogn · OAuth Scopes

USPL Wrogn OAuth Scopes

OAuth 2.0 searched

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

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.

CompanyConsumerFashionAppareleCommerceRetailIndiaAgentic CommerceMCP
Scopes: 4 Flows: Method: searched

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication (standard OIDC scope).
email Access to the customer's email address claim (standard OIDC scope).
customer-account-api:full Full access to the Shopify Customer Account API for the authenticated customer (orders, profile, addresses) on this store.
customer-account-mcp-api:full Full access to the customer-scoped MCP API surface, enabling authenticated agent operations against the storefront MCP server on behalf of the customer.

Source

OAuth Scopes

uspl-wrogn-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://wrogn.com/.well-known/openid-configuration
description: >-
  OAuth scopes published in the store's own OIDC discovery document
  (Shopify Customer Accounts, issuer
  https://shopify.com/authentication/81803051309, served from
  https://wrogn.com/.well-known/openid-configuration and mirrored at
  /.well-known/oauth-authorization-server). scopes_supported captured
  verbatim; no additional scope reference is published by the brand itself.
provider: uspl-wrogn
issuer: https://shopify.com/authentication/81803051309
authorization_endpoint: https://shopify.com/authentication/81803051309/oauth/authorize
token_endpoint: https://shopify.com/authentication/81803051309/oauth/token
grant_types:
  - authorization_code
  - refresh_token
  - urn:ietf:params:oauth:grant-type:jwt-bearer
pkce: S256
scopes:
  - scope: openid
    description: OpenID Connect authentication (standard OIDC scope).
  - scope: email
    description: Access to the customer's email address claim (standard OIDC scope).
  - scope: customer-account-api:full
    description: >-
      Full access to the Shopify Customer Account API for the authenticated
      customer (orders, profile, addresses) on this store.
  - scope: customer-account-mcp-api:full
    description: >-
      Full access to the customer-scoped MCP API surface, enabling
      authenticated agent operations against the storefront MCP server on
      behalf of the customer.