jasonknight / woocommerce-json-api

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

Issues With set_product #47

Closed tubiz closed 11 years ago

tubiz commented 11 years ago

I am trying to assign an already created category to a product by passing the category id, but the category isn't being assigned to the product. Can this be looked into.

This is how my category argument looks like

'categories'        => array(
       'id                  => 24,
)
tubiz commented 11 years ago

Fixed. In the latest commit.