Hello and sorry for asking a trivial question, but I failed to find an answer.
I can successfully create eBay listings using AddFixedPriceItem but I cannot figure out what character(s) is used for line breaks in the item description. I tried '\n', '\r' and '\r\n', but it looks like they all get replaced with spaces, and the description shows as one long line. In case this matters, I am using the python SDK.
Thank you!