I looked through the docs and cannot find if this is possible. What I wan't to do is in the html for our auctions embed the variables I need something like below:
<!---wmspartnum=[IPSC1014] --->
<!---shipcostfirst=[12.95] --->
<!---shipcostaddit=[12.95] --->
<!---shipmethodfirst=[GRND] --->
<!---shipmethodaddit=[GRND] --->
then the I give my php script an auction I want to enter in the database and it retrieves these values from
http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=$auctionnum
so they can be entered into a mySQL database. If such a thing is possible but you don't have the time to post some sample code, just pointing me in the right direction would be great. The next logical step would be retrieving the winning bidders, though I wouldn't be able to control the format of the page so it would be subject to 'breakage' if and when eBay changed the layout.
Thanks in advance,
Brandon