bhushankummar / eBay-node-client

Ebay NodeJS Wrapper
MIT License
54 stars 66 forks source link

How do you make the Trading API call of GetItem? #41

Open doverradio opened 2 years ago

doverradio commented 2 years ago

This didn't work:

eBay.trading.GetItem(itemIdV1);

This does work but it's the browse API version and gives less data:

eBay.browse.getItem(itemIdV1);