Frontity Woocommerce

631 Views Asked by At

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 variable products with Frontity

The use of REST API in Frontity.

1

There are 1 best solutions below

0
VibrationPositive On

Here is where you put in the API - its basically just your website URL plus wp-json.

"name": "@frontity/wp-source",
  "state": {
    "source": {
      "api": "https://test.frontity.org/wp-json"
    }