Open zhdishaq opened 6 years ago
Hello @zhdishaq,
Thanks for report issue. Yes its not working with REST API yet. we will add support for it soon..
Thanks, Dharmesh
Insert Product with variation : Works well with REST API - version 'wc/v2' using class-wc-api-client.php
Using - $woocommerce->products->create($data); https://github.com/helpforfitness/WooCommerce-REST-API-Client-Library-v2
Above library doesn't support "create categories" which you need to call separately using rest API V3 Library -
$woocommerce->post('products/categories', $cdata);
Hope above information will help somebody. Try to figure out how to insert URL for categories using featured-image-by-url.
Have a nice day!
"_knawatfibu_url" is the metadata key for featured image, and "_knawatfibu_wcgallary" must be an array of url strings.
I cannot use with rest api