Estamos publicando correctamente con un json similar a este
{
"title":"Item de test - No Ofertar",
"category_id":"MLA3530",
"price":10,
"currency_id":"ARS",
"available_quantity":1,
"buying_mode":"buy_it_now",
"listing_type_id":"gold_special",
"condition":"new",
"description": "Item de test - No Ofertar",
"video_id": "YOUTUBE_ID_HERE",
"warranty": "12 months",
"pictures":[
{"source":"http://mla-s2-p.mlstatic.com/968521-MLA20805195516_072016-O.jpg"}
]
}
en algunas publicaciones (no en todas ) aparece el mensaje "item.description.text not allowed" warning "the text property is deprecated And will soon be rejected. Please use plain_text"
pero si enviamos "plain text" nos da el mensaje que ese atributo no este permitido
Alguien sabe que puede ser esto ?
Gracias