timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
808 stars 326 forks source link

How does LMS work? #302

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi everyone, we have to update a lot of items for our shop every day and certainly have to make use of the BulkExchangeService. If I understand that correctly, it is implemented in the LMS. Does anyone have an idea on how I could do that with ebaysdk? Greetings ~

ghost commented 4 years ago

Hi everyone, i have now roughly figured out what is going on and what is necessary. The question now is whether there is generally an interest in implementing such functionality in the ebaysdk. I have already tried to make something in the style of the sdk, to be found here. I know it all looks very horrible and ugly and I can't handle git so well but it is a first approach that works so far .. to the point where I want to start an 'upload job'. I still get an error (error 16, 'There is failure during file upload and post-upload checking'). The interesting things can be found in merchant.py the rest is more like a loose filling to our shop (I will solve that soon better to separate the important things from the accessories). But maybe more on that later .. Greetings ~.~

ghost commented 4 years ago

Thank you, guys, i found out for myself. Greets ~