-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature : Please provide an Example to list an item #10
Comments
Looks like the listing api isn't implemented yet. I would like to take this on and see how far I go. I believe this is the api that should be implemented. I'm thinking about having a function for the listing itself, essentially the user passes the |
@TotallyNotChase Thanks. Yes, you can integrate that API, which use to create a draft listing in eBay. |
@pajaydev Hi! Currently working on both implementing the listing API and also creating some plans for some potential cleanup. I can finally start working full force now since I got my ebay dev account approved. I just wanted to ask, in |
@TotallyNotChase That's Awesome. I think we have to do something like this I am thinking to integrate with this library to get Access tokens. Kindly let me know if you want to do this. I can quickly make this change. Thanks |
@pajaydev that's precisely it. Should just join the user provided array with a space and URLencode the whole thing. |
@TotallyNotChase Cool. I have created this issue to integrate with eBay auth module. Let me know how fast u need this. easy fix is simply copying those lines and include in our library. |
@pajaydev all good, no rush specifically for that. Quick question though, it seems we don't have a I could work on that before implementing the whole selling API, as we seem to be needing this sooner. I could implement the scope functionality along the way as well. |
You have an excellent API with also excellent examples. Please provide also an example of how to use a "post request" to "list an item".
Since I have no idea how this works and others will certainly be happy about an example.
Thank you,
Sven
The text was updated successfully, but these errors were encountered: