AlexanderProd / gatsby-shopify-starter

🛍 Simple starter to build a blazing fast Shopify store with Gatsby.
https://gatsby-shopify-starter.alexanderhoerl.de
Other
422 stars 95 forks source link

Shop should update new products in real time #23

Closed kingingcole closed 5 years ago

kingingcole commented 5 years ago

Apart from real-time update of inventories, the site should also update new products added in the shopify dashboard. Right now, I need to rebuild on Netlify each time I add a new product from the Shopify dashboard.

AlexanderProd commented 5 years ago

You can trigger a rebuild on Netlify automatically by adding a webhook to Shopify which can be triggered with certain actions like when you create a new product.

kingingcole commented 5 years ago

On creating a webhook in Shopify, they asked for an URL. What should I use here that should link it to Netlify?

AlexanderProd commented 5 years ago

On your Netlify dashboard you can create webhook urls that trigger a rebuild.

kingingcole commented 5 years ago

Hey. Just found it! Thanks for your help!