Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add a new item to ebay using ebay API [closed]

Tags:

php

ebay-api

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

like image 663
trrrrrrm Avatar asked Apr 29 '10 08:04

trrrrrrm


People also ask

Does eBay have an open API?

You can download OpenAPI contract for eBay APIs, generate clients in one of 40+ supported programming languages, and successfully invoke an eBay API in minutes.

What can you do with the eBay API?

Your eBay-enabled application can present data in custom ways that best meet your users' needs. eBay APIs provide programmatic access to an eBay marketplace, enabling you to build custom applications, tools, and services that leverage the eBay marketplaces in new ways.

Is the eBay API free?

Yes, eBay API is open and free, but the access to the developer account is granted only after approval, and to certain kinds of APIs – after submitting a production application process.


1 Answers

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

like image 182
Joomler Avatar answered Sep 19 '22 13:09

Joomler