WooCommerce-REST-API-Client-Library
WooCommerce-REST-API-Client-Library copied to clipboard
A PHP wrapper for the WooCommerce REST API
Hello, Is library updated to use attributes and terms end points? Thx Best regards
I've been banging my head. I've managed to extend the class to GET categories (which was super easy). It doesn't work with POST at all. It gives me a >...
Hi, I'm trying to update a product with a custom field. Is it possible to do that with this program? and if so how? current code: `$data = array( 'product'...
how can i a product by title or regular expression that meets pattern with title
I want to create a new product with woocommerce api. I have a color attribute and i'd like to recognize product from sku for example codered. My problem is how...
I tried to use WooCommerce API for build a new apps for monitoring products, I have follow the instruction, but I got HTTP ERROR 500 .
stdClass Object ( [errors] => Array ( [0] => stdClass Object ( [code] => 200 [message] => cURL HTTP error 200 ) ``` ) ``` ) i'm want to access...
Creating order with coupon lines or discount_total not working?
Since 2.5 woocommerce API has an endpoint to create product categories. There seems to be no function in the php lib to use this feature, will it be with the...
HI, If i'm used GET type method for the woocommerce then API is working fine but in case of POST type API is not working and giving the following error:-...