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, i have a problem in submitting orders with api. after submitting the order (because my order status is going to 'process') an notification email is sending to customer automatically....

Hello my dear: using your package, i have successfully created or updated the product excepts the 'tags' and 'catagories' ,'related_ids' three fields, I tried several times, but still not work,the...

I used this library for woocommerce over ipv4 hosting and is working fine. But when i shifted the same to ipv6 is not working. It is giving JSON issue in...

hi i could not any function for display all products details(title,price,...)of a specific category by category id. can help me?

stdClass Object ( [errors] => Array ( [0] => stdClass Object ( [code] => woocommerce_api_authentication_error [message] => oauth_timestamp parameter is missing ) ) ) exception 'WC_API_Client_HTTP_Exception' with message 'Error: oauth_timestamp...

I am using below code to get orders but only 10 orders coming at a time so how can I get other orders? How can I use `:rel = "next",...

Hello while using php WooCommerce rest api client library to get product data but i am getting this error Invalid JSON returned for http://_http://www.nokhaeshope.in/wc-api/v2/products?oauth_consumer_key=ck_0fb05cfa41a8f0965005b2d0288182c388736abf&oauth_timestamp=1454658686&oauth_nonce=149dd552262c25b956d61967e96d9f3d018d3414&oauth_signature_method=HMAC-SHA256&oauth_signature=GUber0JU%2FRJvDBDcfCSzHvJMmQYX0agbSDLtRrC%2FSak%3D. 0 stdClass Object ( [headers] =>...

Getting Error 100 - Invalid JSON returned intermittently on the Products API. I am controlling the loading and updating of products through the API. For the most part it works,...

I have tested with these and they worked print_r( $client->products->get() ); print_r( $client->products->get( $product_id ) ); print_r( $client->products->create( array( 'title' => 'Test Product', 'type' => 'simple', 'regular_price' => '9.99', 'description'...

Hey..! I am developing a shopping website where in multiple vendors can register and upload their products. It will be a great help if you could help me out with...