The Naked Market · OAuth Scopes

The Naked Market OAuth Scopes

OAuth 2.0 searched

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

CompanyConsumerConsumer Packaged GoodsFood and BeverageDirect to ConsumerSnacksBrand IncubatorE-Commerce
Scopes: 4 Flows: Method: searched

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication (ID token issuance).
email Access to the customer's email address and verification status claims.
customer-account-api:full Full access to the Shopify Customer Account API on behalf of the customer.
customer-account-mcp-api:full Full access to the Shopify Customer Account MCP API on behalf of the customer.

Source

OAuth Scopes

the-naked-market-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://thenakedmarket.com/.well-known/openid-configuration (scopes_supported, live fetch)
name: The Naked Market OAuth scopes
docs: https://shopify.dev/docs/api/customer
notes: >-
  Scopes are published in the store's OIDC discovery document, served by Shopify Customer
  Accounts for this storefront. They gate the Shopify Customer Account API and its MCP surface
  for authenticated customers of this store.
scopes:
- scope: openid
  description: OpenID Connect authentication (ID token issuance).
- 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 on behalf of the customer.
- scope: customer-account-mcp-api:full
  description: Full access to the Shopify Customer Account MCP API on behalf of the customer.