Calling APIEase Requests Remotely
Kevin Wilde
Last Update 8 天前
You can call any APIEase request from any http client by making a direct HTTP request to the APIEase platform. This allows you to run your configured requests from outside Shopify, such as from custom servers, external apps, or third-party platforms.
- Navigate to the Settings page in the APIEase admin.
- Click Generate API Key.
- Copy and store the key securely. You will use this key to authenticate your external calls.
Headers:
x-shop-myshopify-domain: yourstore.myshopify.com
x-apiease-api-key: <your generated API key>