WooCommerce-REST-API-Client-Library
WooCommerce-REST-API-Client-Library copied to clipboard
A PHP wrapper for the WooCommerce REST API
Hi, When i use that: $client->products->update_stock($id,$quantity); in a foreach for refresh a lot of items, it's very slow... How i can resolve? Thanks
can be display the list of best-selling products
hi I'm using this library to my project I want to know if and can filter The list of products by category? that syntax must utilize ?? thank you you...
Hi I need to filter products by multiple categories. Basically you select which categories you don't like and I need these to be filtered out. Is there any good way...
I am using the WooCommerce API, but i am receiving an Invalid JSON error, my page is showing: Invalid JSON returned for http://www.domain.com/wc-api/v2/customers?oauth_consumer_key=ck_f3e235fd32a13d86e01d80d8ca75373258ef3e5a&oauth_timestamp=1447527555&oauth_nonce=711466b1dcd4e01ffb94a30c88935df3aafc7074&oauth_signature_method=HMAC-SHA256&oauth_signature=Cejru2D9vL58FF4BIr%2F%2BTALxaCvvAKnCb4lKbqliVBk%3D. 0 stdClass Object ( [headers] => Array...
Hi guys, After the recent updates on woocommerce I noticed the following SKU fails: NT.LC3EE.003 Thanks
how to solve filter product by categories this is very essential problem . please tell me with an example
Hi all, I am using woocommerce plugin in wordpress & and place it inside /home/builhsqv/public_html/test/wp-contents/plugins/ location And I have created a core php file inside /home/builhsqv/public_html/test/test.php, in this file i...
Hello, I can not understand why not work to remove or modify the product. I receive a response "Invalid JSON returned for ... ". But the creation of the product...
I am using $client->products->get_categories();.. It give me all categories. But I want only parent product categories.