timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
800 stars 321 forks source link

Automatic buy from Ebay #153

Open arshpreetsingh opened 8 years ago

arshpreetsingh commented 8 years ago

Can we also use this API to Automatic buy things from Ebay or there is another way available?

ghost commented 8 years ago

you can buy programatically using the tradingSDK... the automatic part would be down to your algorithms

On 15 June 2016 at 14:06, Arshpreet Singh notifications@github.com wrote:

Can we also use this API to Automatic buy things from Ebay or there is another way available?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/timotheus/ebaysdk-python/issues/153, or mute the thread https://github.com/notifications/unsubscribe/ABFlzbtLeuCc36I1RqN0O0FGUPdim1fMks5qL_jmgaJpZM4I2Vdw .

iOS / Android Developer Quals: MSc, CertEd Mobile: +44(0)7795 343302 Web http://www.carltaylordev.com/ // Twitter https://twitter.com/carltaylordev // Git_Hub https://github.com/carltaylor43 CV: PDF https://drive.google.com/file/d/0B9L9YI5yWqLiQk5NVDJCSmV1Nnc/view?usp=sharing / Word https://drive.google.com/file/d/0B9L9YI5yWqLicEN3RkE2bEJfQjQ/view?usp=sharing

timotheus commented 8 years ago

Yes, eBay's Trading API has a PlaceOffer call.

"Enables the authenticated user to make a bid, a Best Offer, or a purchase on the item specified by the ItemID input field."

arshpreetsingh commented 8 years ago

@carltaylor43 @timotheus Thanks for reply, Hope I will be able to send pull request for trading methods. :+1: