Replies: 0
Using the API with Node to update product descriptions with youtube videos.
api.put(“products/id”, {
description: newDescription
}
I couldnt manage any “iframe”, “embed” or “object” tags to show up. Tho I could easily insert a hyperlink to the video (whitch is not enough…)
Found from internet and tested with no luck to set enable_html_description: true
I could update directly in mysql, but maybe there is a nicer way?