Authentication
The Storefront GraphQL API is currently open and does not require authentication. You can make requests directly to the API without providing any API keys, tokens, or credentials.
How to Access the API
Simply send your GraphQL queries and mutations to the Storefront API endpoint. No special headers or authentication steps are needed at this time.
Example request:
POST https://<your-store-domain>/graphql/<version> HTTP/1.1
Content-Type: application/json
{
"query": "{ products { id name } }"
}
Note: While authentication is not required now, this may change in the future. Always refer to the latest documentation for updates regarding security and access requirements.
If you have questions or need support, please contact our support team.
Last updated on