bhushankummar / eBay-node-client

Ebay NodeJS Wrapper
MIT License
54 stars 66 forks source link

pagination quick fix for getInventoryItems #20

Closed alsguimaraes closed 4 years ago

alsguimaraes commented 5 years ago

Hi Bhushankumarl, Here is a small/quick fix to the pagination issue on getInventoryItems. Regards, Andre

alsguimaraes commented 5 years ago

I have also added a low-level method (and examples) to call the trading api. This allows to bypass the limitations of the sell api (see: https://stackoverflow.com/questions/42849731/ebay-get-inventory-items-api-not-returning-items). It is a rought first draft.