WooCommerce-REST-API-Client-Library icon indicating copy to clipboard operation
WooCommerce-REST-API-Client-Library copied to clipboard

A PHP wrapper for the WooCommerce REST API

Results 102 WooCommerce-REST-API-Client-Library issues
Sort by recently updated
recently updated
newest added

Hi, does this support multivendor plugin? I need to list all products by vendor_id. Thanks

Hi, I'm getting the error message below when trying to update a product. I'm able to create a product but when I try to update I get the error below...

The title pretty much says it all. I dont know where it happneing but the end result is the generated API url has an extra period at the end. This...

I'm using the API to create a coupon, but I am wanting to add additional meta fields to the coupon after creation. I'm wondering what the best practice for pulling...

As soon as we pass meta_query in filter argument for products . It throws a invalid signature exception. However while looking into **woocommerce_rest_query_vars** hook meta_query is already present in valid...

Hey there has been there post in first page of issues that hasn't been solved. Is there any body to solve this??? It's really important. at least show us how...

Why it return 10 no. of products and users?

Hello, i try to get products, but than i print_r() on this: public function get_products( $params = array() ) { return $this->_make_api_call( 'products', $params ); } got -1

Hello, i'm looking for a way to search product by keywords.. at least by name/email/order number (already can do this) Is it possible ?

Hello hello, This isn't really an issue, but more of a question. Right now I'm utilizing the product creation/editing/deleting code inside of a loop. I'm doing this to make one...