Frontity in Woocommerce

Hello, I am new to the use of Frontity, but I do have a few questions, I hope this is the right place for it!.

Can someone explain me how to :

  • List products with Frontity.

  • Show varible products with Frontity

  • The use of REST API in Frontity.

HI @kataviqc

Welcome to the Community!

Working with WooCommerce in a Frontity project has the same challenges than working with WooCommerce from an isomorphic React app.

The most important challenge is that WooCommerce endpoints (those you can use to get the products, categories, …) require authentication through an API Key so you should add this API Key in every request to these endpoints

Here you have a few threads that might be interesting for you to check:

Hope this helps

1 Like