cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ebay Listing Description modification by extra css

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#

Message 1 of 6
latest reply
1 BEST ANSWER

Accepted Solutions

Re: Ebay Listing Description modification by extra css

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...

View Best Answer in original post

Message 5 of 6
latest reply
5 REPLIES 5

Re: Ebay Listing Description modification by extra css

@poojasachin  Would this help?


“The illegal we do immediately, the unconstitutional takes a little longer.” - Henry Kissinger

"Wherever law ends, tyranny begins" -John Locke
Message 2 of 6
latest reply

Re: Ebay Listing Description modification by extra css

what do you mean? i think this is not any kind of solution .

Message 3 of 6
latest reply

Re: Ebay Listing Description modification by extra css

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.

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 4 of 6
latest reply

Re: Ebay Listing Description modification by extra css

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...

Message 5 of 6
latest reply

Re: Ebay Listing Description modification by extra css

What happens if you add only hello, with no codes?

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 6 of 6
latest reply