i 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 item” call http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddItem.html but i have no idea on how to use that?
Please help !!
2
Answers
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.
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 🙂