APIEase API Key
The APIEase API Key shown on the Settings page is strictly for authenticating remote API calls into APIEase. It is not a Shopify access token and cannot be used to call Shopify APIs directly.
When to use it
Use this key for Remote Calls (calling APIEase Requests remotely from an external system).
See: Remote Calls
Add an API key
- In APIEase, open the Settings page.
- Select Add API Key.
- In API Key Name, enter a descriptive name (for example,
production,staging, orci). - Save the change.
- Use Show or Copy, then store the generated key securely (for example, in a password manager or secret manager).
The key remains available on the Settings page. Use Show to reveal it or Copy to copy it. Anyone with access to this page can reveal or copy the key, so limit admin access appropriately.
Use the key name during execution
The friendly name of the key that authenticated the initiating request is available as {apieaseMetaData.apieaseApiKeyName}. This contains the name, never the secret key, and remains available through chained requests and nested Liquid calls. See apieaseMetaData for availability and a Shopify Flow example.
What it is not
This is different from the shop access token APIEase uses to call the Shopify Admin API: Shop access token
Security
Treat this key like a secret. Store it securely and create separate keys for separate external systems. To rotate a key, create and save a replacement, update and verify its callers, then delete the old key and save the change.
Deleting a key revokes access for callers that still use it. APIEase API keys are different from sensitive request parameters: API keys remain revealable and copyable in Settings, while sensitive request parameters are masked after saving and are not returned through normal read interfaces.