How to add the term of a custom taxonomy to a woocommerce product using woo API
-
Hello,
I am using the woocommerce API to create a product, attach existing categories and tags to a newly created woocommerce product ! I can do all of this ! ok !
EXPLANATION:
I have created a custom taxonomy that I have attached to “Products”, the taxonomy appears properly into each product ! ok !
MY ISSUE:
I am not able to figure out how to attach an exixting term of my custom taxonomy to the woocommerce product when I create a woocommerce product with the remote woocommerce API (like for categories and tags)
Custom taxonomies are not foreseen in the woocommerce documentation.
I can attach manually my custom taxonomy term to a product in the WP Backend but not with the API for a remote creation of a product…
I didn’t find anything on google…
Could you please help me?
Thanks a lot!
- The topic ‘How to add the term of a custom taxonomy to a woocommerce product using woo API’ is closed to new replies.