eBay-node-client
eBay-node-client copied to clipboard
Ebay NodeJS Wrapper
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);`
 Hey, hope you're doing well. I'm using your library, it's such a great effort you put in. Thank you.! but, this method is not deleting location from ebay account....
https://github.com/bhushankumarl/eBay-node-client/blob/7fa5ec8f1b5713e61bd832ff008738b63c705323/lib/resources/sell/location.js#L49
Hi, I have a question regarding running your wrapper within a lambda that might get called multiple times. I have a list of items I search for which triggers a...
Seems the trading API in the package is using AuthNAuth token. Is there a way we can use Oauth2 token here? eBay seems require X-EBAY-API-IAF-TOKEN in the header, any chance...
According to the docs, getInventoryItems does not take sku as a parameter. Instead, it allows one to paginate over the collection of items. https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/getInventoryItems
Just wondering any way to pass State Params to RedirectUrl?