Endpoint
When to use the API directly
Most developers use the Storefront SDK (React hooks). Use the raw GraphQL API when:- You’re not building with React
- You need server-side data fetching
- You want full control over queries and caching
Available operations
Making requests
Mutation responses
All mutations return a consistent result type:success before using data. If success is false, inspect error_code and message for details.
Error codes
An Admin API with full read/write access for server-side operations is coming soon.