We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot use with rest api
The text was updated successfully, but these errors were encountered:
Hello @zhdishaq,
Thanks for report issue. Yes its not working with REST API yet. we will add support for it soon..
Thanks, Dharmesh
Sorry, something went wrong.
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.
iamdharmesh
No branches or pull requests
I cannot use with rest api
The text was updated successfully, but these errors were encountered: