Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49230

How to get all products from a specific category in woocommerce?

$
0
0

@flycoders_sourav wrote:

I’m interested to know what is the specific url endpoint i need to hit such that i can get all products from a given category.

Tried:

 this.WooCommerce.getAsync("products?filter[category]=" +this.category.slug).then((data) => {
      console.log(JSON.parse(data.body));
      this.products = JSON.parse(data.body);
    }, (err) => {
      console.log(err)
    })

none are not working. This seems like a basic requirement. Am I missing something obvious here? Any insight into solving it is much appreciated. Thanks :slight_smile:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49230

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>