WooCommerce-REST-API-Client-Library
WooCommerce-REST-API-Client-Library copied to clipboard
A PHP wrapper for the WooCommerce REST API
Product with custom field are not working in WoCommerce version 3.xxx . Current code: $wc_data = array( 'title' => $data['name'], 'sku' => trim($data['serial_number']), 'status' => $status, 'regular_price' => trim($data['selling_price']), 'description'...
Library works when ck_ and cs_ keys are for Admin and returns the std class object but when keys are for a different user returns Error: You do not have...
Hello, Im new at php. Can somebody explain how to start? Im working with one dropshipper, but im selling over 300 items and i want to avoid oversells. The dropshipper...
Hi, I'm using Wordpress 4.8.1 and woocommerce 3.1.2 and using this package for getting list of orders or products when I call method I get the 404 page not found...
Hello Team, We are creating a Native Mobile App using Woo Commerce REST API for our eCommerce Store. We were able to fetch,update Products,Orders and Customers using the REST API...
Maybe this library is a little too old, but I was looking for one exactly like this. Sadly it does not have support for variations. I tried creating the method...
Que.. how to connect woocommerce api to android app in android studio. Thanks in advance..
Hi, i start useing your script but i see this error when i set in option validate_url=>true error message is: Invalid URL, no WC API found at http://waytogoon.com/wc-api/v2/ -- ensure...
Query
Can you share a list of all supported queries? Specifically looking for how to add a new order via the api