user1310210
user1310210

Reputation: 39

Is there any Ebay APi available for listing an item, inventory update Etc PHP

Is there any ebay api available for listing an item, inventory update. Import orders from ebay etc. Can you provide me the sample code in php

Upvotes: 1

Views: 4386

Answers (1)

Manse
Manse

Reputation: 38147

Try this : http://developer.ebay.com/common/api/

Using the API, you can create programs that:

  • Submit items for listing on eBay
  • Get the current list of eBay categories
  • View information about items listed on eBay
  • Get high bidder information for items you are selling
  • Retrieve lists of items a particular user is currently selling through eBay
  • Retrieve lists of items a particular user has bid on
  • Display eBay listings on other sites
  • Leave feedback about other users at the conclusion of a commerce transaction

For PHP Accelerator Toolkit for eBay see here The toolkit is no longer available, see here

Upvotes: 1

Related Questions