how to add a new item to ebay using ebay API

trrrrrrm picture trrrrrrm · Apr 29, 2010 · Viewed 14.4k times · Source

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 !!

Answer

Joomler picture Joomler · Jun 25, 2015

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 :)