eBay WS API Framework Setup
profitCode Software  -  Scripting the future of e-commerce!
 

profitCode Software
Leading PayPal IPN
enabled shopping cart
solution provider

: Home | Documentation | eBay | ebay Web Services API | How It Works
 

 

eBay WS API Framework:

 
Creating Product Auction Categories: 
Auction Product Categories:
Auction Product Categories are created up to 3 levels deep.  
Ex: Wholesale -> Consumer Electronics -> Televisions
eBay Auction results from a GetSearchResults call for this category can be obtained by:
- Using an actual eBay CategoryID
- Using search terms you predifine.
Once the category is created,  a folder is created in this categroy tree and the template files are copied to that folder.
See SEO optomized directury structure.
 
 
Displaying Results:
Results are Displayed using the  Lisiting or Grid Layout.
Can display or not the actual auction details page (product page).
Makes WS API calls or uses database for product page detail results (showing product page is optional).
Decides on linking format. Javascript, normal, or rel=nofollow tagged linking and if linking to affiliate based CJ.com Flexible Linking destination. See Linking.
 
 
Refreshing Auction Listings: 
eBay WS API Demo Admin Area of The Tasks Listing Creating Tasks:
When the visitor browses shop site, the auction listings he sees are pulled from shops database, if there are no available auctions in the database, a task is saved to the tasks database table (get fresh category results task),  and the user is shown auctions from that categories Main category. 
Note if there are no available records for auctions in Main categories, the eBay api call is automaticaly made, the results saved to the database, and the user is shown the results.
 
Running Tasks:
The Schema-Viewer Task tool is a multi-threaded application that parses the shops database Task Table.
The task table is parsed at threaded intervals, (the delay is editable, i.e. 5 seconds, 20 seconds, etc.), and the necessary eBay GetSearchResults calls are made to update the shops database.
  

Also See:

DEMO (eBay Web Services API Framework Demo)
Download eBay Developer Tools (Download)
eBay Developer Tools Docs (Documentation)
eBay Developer Tools Forum