Hi,
I am using the findItemsByProduct to find
- auction listings
- in german Ebay site
- for a special EAN
But the following request only works with some EANs (Same Problem when using ISBN)
http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=fi...
But when I use this EAN :
9783942208536
I will get an error message that the value is invalid:
<errorId>41</errorId><domain>Marketplace</domain><severity>Error</severity><category>Request</category><message>Invalid product ID value.</message><subdomain>Search</subdomain><parameter>9783942208536</parameter>
When I submit the EAN code in the product search on ebay.de it will find products.
Where is the problem?
CU Joachim