X-Shopify-Hmac-Sha256 header. Use the Webhook Debugger to verify your shared secret, inspect order and inventory events, and replay individual deliveries to staging — without waiting for real customer activity to trigger a new event.
Configure the actor for Shopify
Start the actor with the following input. Replaceshopify_shared_secret with the client secret from your Shopify app or the shared secret shown in your store’s webhook settings.
orders/* traffic and one for inventory/* or fulfillment/* — without mixing events in the same log view.
Shopify verification runs against the preserved raw request body before JSON parsing, so signatureValid is accurate even with enableJSONParsing enabled.
After the actor starts, call /info to confirm both webhook IDs before updating Shopify.
Register the endpoint in Shopify
1
Open webhook settings
In your Shopify admin, go to Settings → Notifications (or Settings → Webhooks for newer admin versions).
2
Create a webhook
Click Create webhook and select the event topic you want to test, such as
orders/create.3
Paste the endpoint URL
Copy a
/webhook/:id URL from /info and paste it into the URL field. Repeat for each topic using the appropriate webhook ID.4
Set the format
Set the format to JSON.
5
Save and send a test notification
Save the webhook and use the Send test notification button to verify the endpoint is reachable and the signature check passes.
Keep
forwardHeaders: true if your downstream receiver also validates X-Shopify-Hmac-Sha256. The actor preserves the original signature header when forwarding.Test order, product, and customer events
After Shopify delivers a webhook, query/logs to see what was captured. Filter by topic using the X-Shopify-Topic header:
/system/metrics to see error counts and the last sync time.