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 101 WooCommerce-REST-API-Client-Library issues
Sort by recently updated
recently updated
newest added

I use this code to get 20 products but it doesn't working `$client->products->get(array( 'filter[limit]' => 20 ))` what i shoud to do??

Initial support for version 3 of woocommerce rest apis. Specifically reintroducing the possibility to get products by sku (broken in master since woocommerce introduced a breaking change in v3).

Hello, I'd like to push a modiifcation to the repository. I added tax rates support as the class does not exist in the repository... Regards

I want rest app payment whit my twallet the app https://play.google.com/store/apps/details?id=com.KuraimiBank My website Procorners.com Thanks

I want rest app payment whit my twallet the app https://play.google.com/store/apps/details?id=com.KuraimiBank My website Procorners.com Thanks

Hello, I would like to add a custom field to an order using the API, but can't find a solution for this. Can this maybe be done using the $client->orders->update()...

I need to create woocommerce plugin with wordpress that plugin to get products by brand name /wp-json/wc/v3/brands //get brand /wp-json/wc/v3/products //get products Please help

Hello, I am developing Android Application and using woocommerce REST API i am able to fetch products and display them in android app (with all procedure of signing and authnentication)....

Hi, Is it possible to retrieve the Wordpress/Woocommerce nonce of the current user via this REST API? Something in the lines of print_r( $client->customers->get( $nonce ) ); maybe? Don't know...