Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this questioni want to add an item to ebay using ebay API and PHP i read their website for hours and i'm lost. i created a developer account. but what should i do after that? i read about "Add i开发者_如何学JAVAtem" call http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddItem.html but i have no idea on how to use that?
Please help !!
Please check this code here
https://github.com/rishiv3/ebayAddItem
I have made for adding new items on ebay also you can upload max 12 images with that and if needed you can store values on your database as well.
Just grab the keys from registering here
http://developer.ebay.com
Hope it will help you :)
In addition to taking a look at the eBay tutorial, I've thrown a wrapper around the eBay Accelerator toolkit that might be useful for some sample / example code.
精彩评论