timotheus / ebaysdk-python

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

Bulk update inventory #186

Open aoerliang opened 7 years ago

aoerliang commented 7 years ago

Could you please show me a simple code on how to bulk update the inventory of multiple items? I could update the inventory of a single item by ebaysdk-python. When it comes to multiple item inventories, I know I need to use file exchange API. I could not figure out how to write the code, so if possible, could you please show me a simple sample? Thanks for reading this message in advance.

Sincerely Allen

timotheus commented 7 years ago

I'm not familiar with the inventory API. Is there any an API that handles bulk updates? If you point me to the docs I can probably help create a sample.

http://developer.ebay.com/Devzone/store-pickup/InventoryManagement/CallRef/AddInventory.html

aoerliang commented 7 years ago

Thanks for your quick response. Here is the link, http://developer.ebay.com/DevZone/file-transfer/CallRef/index.html

I just realized perhaps it is too complicated. If it is, you don't have to write the sample code. I will focus on update the inventory of SKUs one by one currently.

Btw, if possible, could you write a sample code how to update the inventory via bulk_update_price_quantity" https://developer.ebay.com/devzone/rest/api-ref/inventory/bulk_update_price_quantity__post.html

If it is too complex, please skip this issue.

Thanks a lot.

mfoehlinger commented 3 years ago

Hello, is there anything new as far as the inventory is concerned?

Marcus