Shopify Webhook Testing Setup

Step 1: Get Your Webhook.site URL
Webhook.site provides a temporary public URL to receive and inspect Shopify webhooks
  1. Go to https://webhook.site
  2. Copy the unique URL shown on the page (looks like: https://webhook.site/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
  3. Paste it into the input below
Step 2: Re-install Your Shopify App
After saving the webhook URL, reinstall the app to register webhooks
Step 3: Scanner Webhooks
Watch webhook.site for incoming Shopify webhook payloads
Expected webhooks: orders/create, products/create, products/update, app/uninstalled
Note: GDPR compliance webhooks (customers/data_request, customers/redact, shop/redact) are managed via shopify.app.toml and cannot be tested through webhook.site.
Open Your Webhook.site Workspace
What's Next?

Once you' ve verified webhooks are working:

  • For production: Deploy the app to a public domain
  • Update webhook URLs to point to your production endpoint
  • Submit for Shopify App Store review
base44
Edit with Base44