Unfortunately, the Api unexpectedly delivers products that are no longer available.
Only fixed offer from commercial sellers with condition 1000 are sought.
Is it possible to somehow query the stock?
Unfortunately, the Api unexpectedly delivers products that are no longer available.
Only fixed offer from commercial sellers with condition 1000 are sought.
Is it possible to somehow query the stock?
Hi @florig31,
If you want to avoid zero quantity items in the response of call, please use the "MinQuantity" ItemFilter Type in your request and set the value as 1.
Ref:
https://developer.ebay.com/devzone/finding/CallRef/findItemsByProduct.html#Request.itemFilter
https://developer.ebay.com/devzone/finding/CallRef/types/ItemFilterType.html
Best regards ,
eBay Developer Support
Thanks for your reply!
But that's exactly what we're doing. Unfortunately, some searches (we are generally looking for EAN) always include items that are not (more) available. And that's not a temporary problem. The search for "8715946634135" has been yielding the following results for a few weeks now:
https://www.ebay.de/itm/264779056700
https://www.ebay.de/itm/373086348779
https://www.ebay.de/itm/184333244366
"Dieser Artikel ist nicht vorrätig." (german) = "This article is out of stock." -
Our filters:
&productId.@type=EAN
&productId=8715946634135
&itemFilter(0).name=Condition
&itemFilter(0).value=1000
&itemFilter(1).name=SellerBusinessType
&itemFilter(1).value=Business
&itemFilter(2).paramName=Currency
&itemFilter(2).paramValue=EUR
&itemFilter(3).paramName=ReturnsAcceptedOnly
&itemFilter(3).paramValue=true
&itemFilter(4).paramName=MinQuantity
&itemFilter(4).paramValue=1
&outputSelector(0)=SellerInfo
&outputSelector(1)=StoreInfo
28 People are following this question.