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 keyStep 1
Log in to your Shopify Partner Dashboard at https://partners.shopify.com
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Organization ID | Your Shopify Partner organization ID (visible in the URL: partners.shopify.com/<org_id>) | Yes | 12345678 |
| API Key | Your Shopify Partner API access token | Yes | shppa_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
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.