Requex.me LogoRequex.me

Documentation

Browse by section

Keep all guides, tool docs, automation recipes, and comparison pages in one navigable place.

Docs Home
Docs

Foundation docs for getting started fast, understanding key terms, and tracking what has changed.

Guides

Start with fundamentals, then move into provider-specific webhook testing and production hardening.

Tool Docs

These pages explain what each tool does, when to use it, and how it fits into a webhook debugging workflow.

Automation Docs

Use these setup guides when you want forwarding rules, custom responses, security checks, or multi-destination fanout.

Compare

Use these pages to compare developer workflows, pricing tradeoffs, and feature differences between webhook tools.

Quick Answer

Shopify includes a built-in test button for each webhook topic, but it doesn't show the raw payload. Use Requex to capture the real event, inspect headers and body, and forward to multiple destinations.

Best Tools for Testing Shopify Webhooks

A practical comparison of Requex, ngrok, webhook.site, and Shopify's own built-in tester — covering order events, HMAC verification, and real payload inspection.

Last updated: April 2026 • 7 min read

Comparison at a Glance

ToolCostSetupShows Raw PayloadHMAC HeaderForwardingBest For
RequexFreeZero — instant URLYesVisibleYesPayload inspection + forwarding
ngrokFree tier / PaidInstall + authYes (inspect UI)Pass-throughTo localhostEnd-to-end local testing
webhook.siteFree / $9/moZeroYesVisiblePaid onlyQuick one-time inspection
Shopify Built-inFree (with Shopify)Dashboard buttonNoNot shownNoConfirming delivery only

Shopify's Built-in Tester

Shopify's admin dashboard has a "Send test notification" button for every webhook topic. It's useful for a quick smoke test — confirming your server responds with a 200 — but it has a critical limitation: you can't see what Shopify actually sent.

There's no payload viewer, no header inspection, and no retry log. If your handler fails, you won't know whether the body was malformed, the HMAC header was missing, or your server returned an error.

Requex — Inspect the Real Payload

With Requex, you get a public HTTPS URL in one click. Paste it as your Shopify webhook URL, trigger an orders/create or products/update event, and see every detail — the full JSON body, the X-Shopify-Hmac-Sha256 header, topic, shop domain, and API version.

Requex also supports forwarding rules — so you can capture the payload and simultaneously forward it to your local handler, a staging server, and a Slack channel in one shot.

Shopify Webhook Topics Covered

The most frequently tested Shopify webhook topics are:

  • orders/create — new order placed
  • orders/updated — order edited or fulfilled
  • orders/paid — payment confirmed
  • products/create, products/update — catalog changes
  • customers/create — new customer registered
  • fulfillments/create — shipment dispatched
  • checkouts/create — abandoned cart recovery

Related Resources

Inspect Your Shopify Webhooks Now

Generate a free HTTPS endpoint and point Shopify at it. See the full payload instantly — no install, no account.

Open Requex →