Shopify Webhook
TL;DR
To integrate Shopify webhooks with ngrok:
This guide covers how to use ngrok to integrate your localhost app with Shopify by using Webhooks. Shopify webhooks can be used to notify an external application whenever specific events occur in your Shopify store.
By integrating ngrok with Shopify, you can:
- Develop and test Shopify webhooks locally, eliminating the time in deploying your development code to a public environment and setting it up in HTTPS.
- Inspect and troubleshoot requests from Shopify in real-time via the inspection UI and API.
- Modify and Replay Shopify Webhook requests with a single click and without spending time reproducing events manually in your Shopify store.
- Secure your app with Shopify validation provided by ngrok. Invalid requests are blocked by ngrok before reaching your app.
TL;DR
-
Launch your local webhook.
npm start
-
Launch ngrok.
ngrok http 3000