skip to Main Content

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


  1. 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.

    Login or Signup to reply.
  2. 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 🙂

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search