Currently using : findItemsIneBayStores call to get data from specifics eBay store.
Therefore I have the issue where I can't determine if item is out of stock or not. (Available).
Is it possible to determine by that one API call which items are active ( On stock ) and which ( Out of stock ) ??
My current solution is to make additional API calls : GetMultipleItems (max 20 items) which returns me Quantity, QuantitySold.