Shopify Webhook Testing Setup
Step 1: Get Your Webhook.site URL
Webhook.site provides a temporary public URL to receive and inspect Shopify webhooks
Go to
https://webhook.site
Copy the unique URL shown on the page (looks like: https://webhook.site/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Paste it into the input below
Save URL
Step 2: Re-install Your Shopify App
After saving the webhook URL, reinstall the app to register webhooks
Open Install Page
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
Edit with