Shopify webhook testing
Test Shopify webhooks on localhost—without exposing a port.
Inspect Shopify order, product, and app webhooks during development, then replay them to your local app to iterate quickly. RelayFox keeps receiving if your laptop sleeps, so the original delivery is waiting when you reconnect.
No signup. Disposable URL lasts 24 hours.
orders/create
X-Shopify-Hmac-Sha256: preserved
Forward when ready
npx relayfox forward <id> --to http://localhost:3000
- 1Create a free RelayFox URL above (no signup needed).
- 2Paste it as your webhook endpoint: Shopify admin → Settings → Notifications → Webhooks (or via your app config).
- 3Trigger an event (e.g. orders/create) and watch it arrive live in RelayFox.
- 4Run the CLI to forward captured events to your local server:
npx relayfox forward <endpoint-id> --to http://localhost:3000
- 5Inspect headers, body and replay any event as many times as you need.
RelayFox preserves the X-Shopify-Hmac-Sha256 header when forwarding, along with the captured body. Verify against the original raw body. If Shopify includes the public destination URL in its signature, configure your verifier with the RelayFox capture URL rather than the localhost forwarding URL.
Ready for the next Shopify event?
Create a disposable inbox and paste the URL into Shopify.