Hello everyone,
For some time now I've been trying to change a few special values using 'ReviseFixedPriceItem', which partly worked. It is about the specification of unit prices (e.g. xx.xx € / per M). It worked for some items and not for others.
This is an example xml from my BulkData (it's not the complete request):
<ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <Version>1163</Version> <Item> <-- doesn't work --/> <DispatchTimeMax>4</DispatchTimeMax> <ItemID>254268813489</ItemID> <ItemSpecifics> <NameValueList> <Name>Marke</Name><Value>Neutral</Value> </NameValueList> <NameValueList> <Name>MPN</Name><Value>NYY-J 3x16</Value> </NameValueList> <NameValueList> <Name>Maßeinheit</Name><Value>pro lfnd. m</Value> </NameValueList> <NameValueList> <Name>Anzahl der Einheiten</Name><Value>1,000000</Value> </NameValueList> <NameValueList> <Name>Produktart</Name><Value>Erdkabel</Value> </NameValueList> </ItemSpecifics> <ProductListingDetails> <BrandMPN><Brand>Neutral</Brand><MPN>NYY-J 3x16</MPN></BrandMPN> <EAN>4035996030829</EAN> </ProductListingDetails> <Quantity>50</Quantity> <SKU>181106</SKU> <StartPrice>5.39</StartPrice> <VATDetails> <VATPercent>16.0</VATPercent> </VATDetails> </Item> <Item> <-- works fine --/> <DispatchTimeMax>4</DispatchTimeMax> <ItemID>253125961548</ItemID> <ItemSpecifics> <NameValueList> <Name>Marke</Name><Value>Schletter Solar GmbH</Value> </NameValueList> <NameValueList> <Name>MPN</Name><Value>943308-125</Value> </NameValueList> <NameValueList> <Name>Maßeinheit</Name><Value>pro Stück</Value> </NameValueList> <NameValueList> <Name>Anzahl der Einheiten</Name><Value>200,000000</Value> </NameValueList> <NameValueList> <Name>Produktart</Name><Value>Schraube</Value> </NameValueList> </ItemSpecifics> <ProductListingDetails> <BrandMPN><Brand>Schletter Solar GmbH</Brand><MPN>943308-125</MPN></BrandMPN> <EAN>2000005905872</EAN> </ProductListingDetails> <Quantity>50</Quantity> <SKU>590587</SKU> <StartPrice>31.7</StartPrice> <VATDetails> <VATPercent>16.0</VATPercent> </VATDetails> </Item> </ReviseFixedPriceItemRequest>
After i uploaded the file and started the job, ebay always returns a 'Success' (no indication that something could have gone wrong):
Also the one article doesn't seem to be updated at all !? With the best of intentions, I can't tell the difference between the two examples.
Why does it work one time but not the other?
Thank you very much for every suggestion.