wc-api-java icon indicating copy to clipboard operation
wc-api-java copied to clipboard

Java wrapper for WooCommerce REST API

Results 32 wc-api-java issues
Sort by recently updated
recently updated
newest added

Hi icoderman, can you please give me an example of how I can update line_items of an order? ` params.put("line_items", p); Map response = wooCommerce.update(EndpointBaseType.ORDERS.getValue(), orderId, params);` I only get...

Hey, I've been trying to use this with my Android app but I get this compile time error: `Return code 1 for dex process`. Is this library not compatible with...

Config option for ignore de ssl host verification on SSL context

If the parameters contain unicode characters (like Vietnamese chars) or space then it will result `401 invalid signature`. For example: `http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=sản phẩm` or even: `http://duylv.anhphuongisc.vn/wp-json/wc/v2/products/categories?search=san pham` I tried the same...

Hi, icoderman, I have another issue with dealing with product variations. In the case of an update, you have to call the api with two params: /products/:product_id/variations/:variation_id The current update()...

I'm having difficulty getting into my products, because the url error http 401, oh consumer_key is correct and the secret is also the only way I can get the data...

the search for more than 100 products and more news, for an api brings only 100 in 100 data. this way it becomes more viable. class WoocommercApi: ` @Override @SuppressWarnings("all")...

Hello I think that the code has some issue I don't know why it doesn't work I followed the step in the instruction but it returned a JsonParseException ( I've...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.0&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies