Relative Content

Tag Archive for wordpresswoocommercewoocommerce-rest-api

Woocommerce update via REST API issue

I use rest API to manage the store. It connects correctly, I can add new products. Unfortunately, there is a problem with product updates, such that other plugins do not see the changes. Only by manually clicking update on the product, makes the changes visible. I mean if change color attribute with api from red to black, it works fine, but im using WP Gridbuilder for filtering and filter dosent catch these changes until manual update. Same thing with ACF fields, im using some on product page ane this fields also need manual update of product after api changes, to work. Is there any action that will simulate / force such an update after changes made by the API.

Python using woocommerce restapi to create product with variation prooblem

hi i use these documentation to work with python in woocommerece restapi to create product
there is 2 problem with results and i search all stackoverflow and stackexchange but yet can’t solve it
first problem is I can’t assign a category to my product according to documentation no matter how many times i try it doesn’t work