How to connect my woocommerce store into Netlify WITHOUT Gatsby / React / Next?

I built a front end using HTML, CSS and VanillaJS. I also have an existing wordpress website that going to be disabled soon. I do not want to upload my front-end on to my current wordpress cms then deploy on Netlify.

What I want to do, I want to connect the front-end to Netlify CMS, which I know how to execute it but at the same time, I also want to make my woocommerce store visible on my website. Then, deploy on Netlify.

How can I integrate my woocomerce store to Netlify without Gatsby / React / Next? Do I need to utilise Netlify Function? Or I just need to integrate via Zapier?

Hi @tengkuzulfadli,

It appears that WooCommerce work with Wordpress. However, they seem to have some kind of API here: WooCommerce REST API Documentation - WP REST API v3. I haven’t gone through a lot of detail for that, but if it works with JavaScript, you could handle it in client-side JS as well.

However, for security reasons, I would advise using Netlify Functions. I don’t know if such a thing would work fine with Zapier.