Customer Portal
Proxy GraphQL queries to Shopify Customer Account API
Executes GraphQL queries against Shopify’s Customer Account API on behalf of the authenticated customer. This endpoint handles token management, refresh, and authentication automatically.
Full behavior, validation rules, and side effects
What you can query:
- Customer profile information
- Order history and details
- Saved addresses
- Payment methods
- Subscriptions (via Customer Account API schema)
Token Management:
- Automatically uses stored access token
- Refreshes expired tokens automatically
- Returns 401 if customer needs to re-authenticate
Example Queries:
query {
customer {
id
emailAddress { emailAddress }
defaultAddress { address1 city }
}
}
Authentication: Customer must be logged in and have completed OAuth flow
POST
Proxy GraphQL queries to Shopify Customer Account API
Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.