jasonknight / woocommerce-json-api

A simple, Abstract JSON API for Wordpress' Awesome Plugin: WooCommerce
58 stars 21 forks source link

Issue With get_products #46

Closed tubiz closed 11 years ago

tubiz commented 11 years ago

When using get_products it fetches and displays all products along with their variations. Can an option be added like 'fetch_variations' => 'false' so that only the products are fetched without their variations.

tubiz commented 11 years ago

Support for this has been added to the API