Test and debug Shopify order webhooks, inventory updates, and customer events
Depending on which event you selected, perform the corresponding action in Shopify:
orders/create
products/update
customers/create
The webhook will appear in WebhookDebugger instantly!
orders/create
- New order createdorders/updated
- Order details changedorders/paid
- Order payment confirmedorders/fulfilled
- Order shippedproducts/create
- New product addedproducts/update
- Product details changedcustomers/create
- New customer registeredinventory_levels/update
- Stock quantity changed• Shopify webhooks include an X-Shopify-Hmac-SHA256
header for verification
• You can create multiple webhooks for different events on the same store
• Shopify automatically retries failed webhooks for up to 48 hours
• Use WebhookDebugger to inspect the exact payload structure before writing your handler code