Lemon Perfect · OAuth Scopes
Lemon Perfect OAuth Scopes
OAuth 2.0
probed
Lemon Perfect publishes 4 OAuth 2.0 scopes via the authorizationCode, refreshToken, and jwtBearer flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Lemon Perfect API on a user’s behalf.
Tokens are issued from https://shopify.com/authentication/3205202020/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.
CompanyBeveragesConsumer Packaged GoodsEcommerceRetailDirect to ConsumerAgentic CommerceModel Context ProtocolGraphQLUniversal Commerce ProtocolShopify
Scopes: 4
Flows: authorizationCode, refreshToken, jwtBearer
Method: probed
OAuth endpoints
Authorization URL
https://shopify.com/authentication/3205202020/oauth/authorize
https://shopify.com/authentication/3205202020/oauth/authorize
Token URL
https://shopify.com/authentication/3205202020/oauth/token
https://shopify.com/authentication/3205202020/oauth/token
Flows
authorizationCoderefreshTokenjwtBearer
authorizationCoderefreshTokenjwtBearer
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect — request an ID token identifying the signed-in customer. | authorizationCode |
| Release the customer's email address and email_verified claim. | authorizationCode | |
| customer-account-api:full | Full access to the Customer Account API on behalf of the signed-in customer (orders, addresses, profile, subscriptions). | authorizationCode, refreshToken |
| customer-account-mcp-api:full | Full access to the customer account MCP API — the authenticated, customer-scoped counterpart to the store's anonymous UCP/MCP commerce endpoint. | authorizationCode, refreshToken |