Trouble Adding Bundle Configuration to WooCommerce Order via REST API
I’m currently working on integrating WooCommerce with my application using the REST API, and I’m facing an issue when trying to add a bundle configuration to an order. Here’s the structure of the request I’m sending:
PHP Fatal error: Uncaught Error: Class “WC_Legacy_API” not found
Wordpress error after upgrading woocommerce plugin version to 9.0.0, see error details below
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