Ajaykumar

Results 32 comments of Ajaykumar

@Greensahil Currently this project doesn't support sell API. Planning to integrate sell api in upcoming days. If you are interested, Free feel to contribute.

@ILDaviz You can find here the all API's required for selling flow https://developer.ebay.com/api-docs/sell/static/selling-ig-landing.html You can start with Inventory API and listing API which is important to create listings in seller...

@daveybrown Hey, right now this library doesn't support caching. I recommend you to cache the access token. As I am planning to integerate with `lru-cache` as enhancement.

@daveybrown If you have any other idea, Let me know

@EarthlingDavey Got it. Thanks for brining it up. Free feel if you want to make the change and take this over

@zslabs I need to check. I can check and get back to you. What Api are you exactly using ?.

@zslabs Sorry I was bit busy. Let me check and get back to you

Hey @zslabs , Apologies for late response. `ebay-trading-api` support soap xml based api. This project doesn't support xml based Api's. I can see the newer version of it. Kindly let...

@TotallyNotChase Thanks. Yes, you can integrate that API, which use to create a draft listing in eBay.

@TotallyNotChase That's Awesome. I think we have to do something like this https://github.com/eBay/ebay-oauth-nodejs-client/blob/901f8a2769293332953c9073bee20f6e07323369/src/index.js#L59 I am thinking to integrate with this library to get Access tokens. Kindly let me know if...