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
Post a Comment