WooCommerce.NET
WooCommerce.NET copied to clipboard
A .NET Wrapper for WooCommerce/WordPress REST API
I get an "input is not in the correct format" error when loading products that have a decimal place in the quantity...
Hi to all. is it posible to get the name of the state included in the shipping adresss? Thanks.
Hi I Have problem with calling this api. when I use POSTMAN for this Url: http://www.unari.ir/wp-json/wc/v3/products and BASIC AUTH evrything is fine. but when I want to call api in...
Using WooCommerceNet 0.8.4 for an integration with a client using WooCommerce. When I'm trying to pull products I'm getting an error during deserialization, Encountered unexpected character 'ï'. I'm using a...
### Make sure you have included the below details when open an issue. Thank you. **Wordpress version, WooCommerce version and WooCommerce.NET version** - We updated Wordpress core 5.9.2 -> 6.0...
Wordpress version 6.0 WooCommerce version 6.6.1 WooCommerceNET version 0.8.4 ``` Customer NewUtente = new Customer { email = Email, first_name = Nome, last_name = Cognome }; Customer rNewUtente = await...
- Wordpress version : 5.8.1 - WooCommerce version : 5.8.0 - WooCommerce.NET version : 0.8.3 Hello, I looking for a solution to find a product by the function GetAll(Dictionary). Even...
When executing the following call, an empty collection is being returned: ``` RestAPI rest = new RestAPI(_wooCommUrl, _consumerKey, _secretKey); WCObject wc = new WCObject(rest); var systemStatusResult = await wc.SystemStatus.GetAll(null); ```...
WooCommercer connection fix with JWT. -> issue #658 JWT authentication WCAuthWithJWT not working
I thought #600 solved the deserializing errors but I get the same error when get all payment gateways . (WooCommerce.NET, Version=0.8.4.0 ) . Please let me know your solution ....