Samples in the eBay SDK for Java

HelloWorld (Console)

   The most basic sample to let you get started with eBay SDK/API.

ItemSpecificsDemo (JSP sample that uses custom item specifics)

    ItemSpecificsDemo is a Web application (JSP) which mimics the Sell Your Item flow on eBay web site to create a new item by utilizing eBay technologies including item specifics, catalog (pre-filled product information), product search page and product finder.

consoleAddItem (Console)

    A simple console application that creates an item and list it to eBay. It prompts user to enter account and the new item information then uses AddItemCall to list the new item to eBay.

consoleAddFixedPriceItem (Console)

    A simple console application that creates an item and list it to eBay. It prompts user to enter account and the new item information then uses AddFixedPriceItemCall to list the new item to eBay.

consoleAddItemDirect (Console)

    This is a sample console application that shows how to create a new item and list it to eBay (using AddItemCall) without using the AddItemCall wrapper class. 

consoleViewItem (Console)

    A simple console application that displays item information by given Item ID. It prompts user to enter account information and the Item ID then uses GetItemCall to retrieve item details from eBay.

consoleViewItemOAuthToken (Console)

    A simple console application that displays item information by given Item ID. It prompts user to enter OAuth Token and the Item ID then uses GetItemCall to retrieve item details from eBay.

apiCallsDemo (SWING)

    A SWING sample that demonstrates the following:

simpleXmlPost (SWING)

    It demonstrates how to use ApiSchemaBasedXmlPoster class to send eBay API XML to make traditional (non-SOAP) XML API call.

signinRedirect (JSP sample)

    A JSP sample for generating a token for an individual eBay user.