Is there a an up to date sample of GetMyeBaySellingCall, preferably for the c# .net api. The only version I can find is in "GetMyeBaySelling465NETSDK-1.zip" which seems to be very out of date - if I paste some of the code (e.g. if (true == oGetMyeBaySellingCall.SellingSummary.ActiveAuctionCountSpecified)) into my app I get errors like 'eBay.Service.Core.Soap.ItemListCustomizationType' does not contain a definition for 'ActiveAuctionCountSpecified'.
I'm trying to use the GetMyeBaySellingCall to get a list of items that have been purchased within a certain time frame but I'm not having much luck in getting anything back. It appears that items I've sold could be in an order or could just have been sold as a single item transaction and GetMyeBaySellingCall seems to be the function to use - or is it! I think this is what I'd like to use as I think I saw something about being able to flag the subset of sold items as having been read already so that multiple calls during the same time frame would retrieve a different set of data).
best regards,
Derek