Documentation Index
Fetch the complete documentation index at: https://bobprince.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Open Notifications settings
In your Shopify Admin, go to Settings → Notifications, then scroll down to the Webhooks section.
Common events
| Event | When it fires |
|---|---|
orders/create | New order placed |
orders/paid | Order payment completed |
products/update | Product details updated |
customers/create | New customer registered |
refunds/create | Refund issued on an order |
Verifying signatures
Shopify signs each webhook with an HMAC-SHA256 signature in theX-Shopify-Hmac-SHA256 header. Verify it before processing events in your handler:
Shopify requires you to respond with a
200 status within 5 seconds, or it will mark the delivery as failed and retry. Hookdrop responds immediately on your behalf, so all deliveries are captured — even if your downstream handler is slow or offline.