Skip to content

The app captures the webhook info whch is triggered on an event in shopify and saves in db for further processing

Notifications You must be signed in to change notification settings

rishuverma/ShopifyWebhookApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopifyWebhookApp

The app captures the webhook info whch is triggered on an event in shopify and saves in db for further processing. to install npm install
to run npm app
Shopify webhook can only send data to https servers for that you need to have ngrok in your sytem.
Install ngrok in your system open your port localhost:3000 publically using ngrok
On shopify cart create a webhook for some event copy the ngrok link there for your local server
with addition route /savetodb
when that event occurs on your shopify store the webhook will be triggered and req of that webhook will hit your endpoint which then will be saved in db
The responses can be viewed and edited too in the app.

About

The app captures the webhook info whch is triggered on an event in shopify and saves in db for further processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published