harun thuo
harun thuo
@mikylucky check out this thread: https://github.com/woothemes/woocommerce-rest-api-docs/issues/20#issuecomment-146188582
I am having the exact same issue. all other properties are being created but not categories and tags. did you manage to come up with something?
thanks for getting back. i'm picking my products plus their attributes from my database and populating them into my woo store using the api(was working perfectly fine before, till i...
following your example on how to create a post, i have been able to add a product. only issue remaining is how to create the product image this does not...
i get an error: fatal error: Call to undefined function media_sideload_image() i should mention i'm creating the products in a plugin i have created
no longer throws an error but image is not created i have however stumbled upon this piece of code online that works fine: ``` $image_url = ''; // Define the...
Had a chat earlier with the woocommerce guys. check it out here: https://github.com/woothemes/woocommerce-rest-api-docs/issues/20#issuecomment-146188582
One more thing: how do we set the description and short description for a product? tried this but it isn't working: update_post_meta( $post_id, '_description', "test description" ); update_post_meta( $post_id, '_short_description',...
still doesn't work. the above creates properties for 'Custom Fields' in woocommerce but not description and short description
all is well now..everything works absolutely fine. really grateful for your invaluable help cheers