08-31-2024 08:49 AM - edited 08-31-2024 09:41 AM
Hello,
I am retrieving data from the Trading api using the getMyEbaySelling method with 3 different requests, active, sold and inactive, and from getSellersList, i have set a specific date range, from my understanding the count of the active, sold and inactive items returned from getMyEbaySelling shoud match the count returned from the getSellersList for this time interval, but in my case it is not, the reason i am doing this, by retrieving data of the sold items, the count is too less than what i see on the ebay cockpit all orders (which includes paid, shipped, canceled, returned, not paid), so i am not sure if iam doing something wrong, or should in this case the getorders be called, but i really need to retrieve all items on my account no matter what is its status so that i can filter them to fit my use case, any idea?