mercadolibre / java-sdk

MercadoLibre's Java SDK
46 stars 65 forks source link

ItemJson.java dont post description #25

Open Loko4 opened 5 years ago

Loko4 commented 5 years ago

Hi first of all thanks for the SDK, it works perfectly however i could not find a way to post a product with description using ItemJson and ItemPost. The class Descriptions.java only get id and set id but I need to post a plain_text like in php " "description" => array ("plain_text" => "Item de Teste. Mercado Livre's PHP SDK."),".

If possible update the Descriptions.java or even DefaultApiTest.java i would be very gratefull. Thanks and sorry for the bad english.