UNTUCKit · OAuth Scopes

UNTUCKit OAuth Scopes

OAuth 2.0 searched

UNTUCKit publishes 4 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the UNTUCKit 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.

CompanyApparelRetaileCommerceShopifyAgentic CommerceMCPUCP
Scopes: 4 Flows: Method: searched

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an id_token identifying the customer.
email Access to the customer's email address and verification status claims.
customer-account-api:full Full access to the Shopify Customer Account API for this store (orders, profile, addresses) on behalf of the signed-in customer.
customer-account-mcp-api:full Full access to the customer-account MCP API, allowing agents to act with customer context against the store's MCP endpoint.

Source

OAuth Scopes

untuckit-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://untuckit.com/.well-known/openid-configuration
docs: https://shopify.dev/docs/api/customer
description: >-
  OAuth 2.0 / OIDC scopes published in the storefront's live OIDC discovery
  document (issuer https://shopify.com/authentication/1291072, saved at
  well-known/untuckit-openid-configuration.json). These are the Shopify
  Customer Account API scopes for the UNTUCKit store; the mcp scope grants
  customer-context access to the store's UCP/MCP agent-commerce endpoint.
authorization_server: https://account.untuckit.com/authentication/oauth/authorize
token_endpoint: https://account.untuckit.com/authentication/oauth/token
scopes:
  - scope: openid
    description: OpenID Connect authentication; returns an id_token identifying the customer.
  - scope: email
    description: Access to the customer's email address and verification status claims.
  - scope: customer-account-api:full
    description: Full access to the Shopify Customer Account API for this store (orders, profile, addresses) on behalf of the signed-in customer.
  - scope: customer-account-mcp-api:full
    description: Full access to the customer-account MCP API, allowing agents to act with customer context against the store's MCP endpoint.