FAQ
Do I need a Shopify access token or API Key to call the Shopify Admin API?
In many cases, no. APIEase can automatically inject the shop access token for Shopify Admin API calls when the request address triggers token injection.
Two common ways to trigger automatic injection:
- Select the Shopify Admin GraphQL address preset in the request address dropdown for an HTTP request. This fills the correct shop admin GraphQL address and triggers APIEase to inject the shop access token, so you do not need to add an
X-Shopify-Access-Tokenheader manually. - Use a Shopify Admin GraphQL request address that matches your shop domain and api path like this:
https://yourstore.myshopify.com/admin/api/2025-10/graphql.jsonso the address pattern triggers APIEase token injection.
What is my Shopify access token or API Key?
If you're using APIEase to call the Shopify Admin API, you usually do not need to find a token or API key yourself. APIEase will automatically inject the shop access token when the request address triggers using token injection as described here: Shopify Admin GraphQL address preset). If you still want to obtain and use a custom Shopify access token, follow the Custom access token instructions.