This call was working fine for a while but a couple of days ago it started acting out: while we currently have over 37,000 listings GetMyeBaySelling now returns exactly 25,000 "totalnumberofentries" and consequently 125 "totalnumberofpages". GetSellerList call returns 37,406 items which is just a few listing short of total active listings in the eBay store. Because of this tiny "shortage" we were forced to use a different call in addition to this to avoid duplicate listing penalty: with shorted list of items our system may inadvertently add items already listed but not returned by GetSellerList API call.
So we opted to use two calls: GetMyeBaySelling and GetSellerList, to gather all our listings and then update the inventory, pricing, descriptions, titles, etc based on the correct information of our current offerings on eBay.
Not so fats. As I mentioned, not GetMyeBaySelling returns grossly incorrect information. Changing version number, altering request code didn't help. Now we are stuck unable to update our store.
eBay: any help here???