Uploading products through xml on ebay -


i have problem uploading products through xml on ebay.

i use function addfixedpriceitem upload , returns following error:

5013 string value long (item specifics: tagname). string value "tagname" long , removed item specifics. maxinum lenght "40".

what can inside xml file?

thank help.

clearly issue value providing tagname long. cannot exceed 40 characters.

search xml <name> , make sure value inside of <name></name> less 40 characters.

 <itemspecifics>    <namevaluelist>      <name> string </name> // <--- searching for. value within must less 40 characters.     <value> string </value>   </namevaluelist> </itemspecifics> 

Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -