09-13-2023 11:13 PM
In Ebay listing need to add description in well mannerd form. using images and styles .i have tried to add template in createOrReplaceInventoryItem but its throughing warning. like some item specification is changed as per ebay recomandation. please suggest how to add template or img with style like apmex using c#
Solved! Go to Best Answer
09-19-2023 11:41 PM
i am adding just html <h1> hello </h1> but still its not accepting getting 204. ebay using iframe and i wanted to push my template into it .but its not working please suggest.
Thanks in advance...
09-13-2023 11:51 PM
@poojasachin Would this help?
09-14-2023
04:15 AM
- last edited on
09-14-2023
08:14 AM
by
kh-vince
what do you mean? i think this is not any kind of solution .
09-19-2023 08:25 AM
If the warning is that some item specific must be changed, then you will have to fix the item specific before you can modify the description.
When adding the description through the API call createOrReplaceInventoryItem, make sure the description is properly escaped for the upload method that you use, and eliminate any line breaks in the code. Use <br> is wherever line breaks are needed in the HTML.
09-19-2023 11:41 PM
i am adding just html <h1> hello </h1> but still its not accepting getting 204. ebay using iframe and i wanted to push my template into it .but its not working please suggest.
Thanks in advance...
09-25-2023 07:50 AM
What happens if you add only hello, with no codes?