Documentation Menu
Real-time webhooks
The Shopify webhooks Commify subscribes to on connect, and how delivery is secured.
On connect, we register Shopify webhooks for:
products/create,products/update,products/deletecarts/create,carts/updatecheckouts/create,checkouts/updateorders/create,orders/updated,orders/cancelled
Each webhook is HMAC-verified using the Shopify shared secret. Idempotency is handled by storing each delivery's X-Shopify-Webhook-Id, so retries don't double-process.