Hi all,
we list books and there is a Attribute "Publishing Year", a Year normally has 4 digits and we send 4 digits to the API, but at ebay the Articles have then a 8 digits "Year"
it is a german application
in the app: Erscheinungsjahr: 1718
then at ebay: Erscheinungsjahr: 1718000
this is the xml-code:
<AttributeSetArray>
<AttributeSet attributeSetID="1396">
<Attribute attributeID="15961"><Value><ValueLiteral>Gebundene Ausgabe</ValueLiteral><ValueID>23732</ValueID></Value></Attribute>
<Attribute attributeID="23713"><Value><ValueLiteral>Religion</ValueLiteral><ValueID>2188</ValueID></Value></Attribute>
<Attribute attributeID="23714"><Value><ValueLiteral>Deutsch</ValueLiteral><ValueID>23724</ValueID></Value></Attribute>
<Attribute attributeID="23715"><Value><ValueLiteral>Christentum</ValueLiteral><ValueID>23827</ValueID></Value></Attribute>
<Attribute attributeID="23712"><Value><ValueLiteral>1718</ValueLiteral><ValueID>-5</ValueID></Value></Attribute>
</AttributeSet>
</AttributeSetArray>
Can someone help and tell me why ebay adds the 0000?
best regards
Stefan