calatonsystems/wc-api-java

Send image

Closed this issue · 0 comments

Im new with java sorry, but how i send images to wp?

Map<String, Object> productInfo = new HashMap();
productInfo.put("name", "Premium Quality");
productInfo.put("type", "simple");
productInfo.put("regular_price", "21.99");
productInfo.put("description", "Pellentesque habitant morbi tristique senectus et netus");
productInfo.put("images", "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png");

NOT OBJECT
{code=rest_invalid_param, message= status 400

Thanks