Hi, Does anyone have any experience with creating and updating listings on ebay using their API? I have a client with multiple stores with loads of listings in each store ( 100k+ ). Some API functions don't support more than 100k listings and in general my PHP scripts seem to work but they are a pain to keep running and if something is going wrong it is a nightmare to debug them. So wondering if anyone can give me any advice or point me into the right direction. Thanks
You will need to track the errors returned by ebay, and log them somewhere, in a file or in db. That is the only way to track errors and fix them. For the limits, ebay must have a paid version of the API too, with higher limits.