Overview
Add Shopify Partner to any ModuleX agent or workflow. Verify incoming Shopify webhooks and interact with the Shopify Partner API (partners.shopify.com/<org_id>/api/).
Categories: E-Commerce · Ecommerce · Developer Tools & Infrastructure · Auth: Shopify Partner API Credentials · Actions: 1
Authentication
Shopify Partner API Credentials
Authenticate using your Shopify Partner organization ID and API key1
Step 1
Log in to your Shopify Partner Dashboard at https://partners.shopify.com
2
Step 2
Go to Settings > Partner API clients
3
Step 3
Create or copy your API key and note your Organization ID from the URL
4
Step 4
Paste both values below
Required Credentials
Available Actions
verify_webhook — Verify an incoming webhook from Shopify by validating its HMAC-SHA256 signature
verify_webhook — Verify an incoming webhook from Shopify by validating its HMAC-SHA256 signature
Limits & Quotas
- The
verify_webhookaction performs local HMAC computation and does not call the Shopify Partner API, so no rate limits apply to it. - The Shopify Partner GraphQL API (for future actions) has a cost-based throttle of 1,000 points per second with a bucket size of 2,000.
- Error model: failures are returned as
success=False+errorrather than raising.