Variables Names for ASP Code to list eBay products by XML
|
Variable Name
|
Value
|
Possible values and description
|
| eBayQuery |
|
eBayQuery Search query, to use OR operator do (toy,car) use
parentesis |
| eBaySiteID |
|
eBaySiteID What eBay Site to search, eBay
sites IDs |
| eBaySearchType |
|
All Return Gallery and non-Gallery item listings.
Gallery Return Gallery items only. |
| eBaySearchFlags |
|
Charity Return only charity item listings.
SearchInDescription
Include the description field of item listings in keyword search. Item
listings returned are those where specified search keywords appear in the
description, as well as the title and sub-title.
PayPalBuyerPaymentOption Return only item listings where PayPal is a
payment method offered by the seller.
NowAndNew Return only items that have been listed with Now and
New. Applicable for certain sites only. See the Developer's Guide. |
| eBayOrder |
|
SortByEndDate Sort by item end date.
SortByStartDate Sort by item start date.
SortByCurrentBid Sort by current bid price.
SortByListingDate Sort by listing date, descending order.
SortByCurrentBidAsc Sort by current bid price, ascending order.
SortByCurrentBidDesc Sort by current bid price, descending
order. |
| eBayPageNumber |
|
eBayPageNumber First page to bring default is 1, check pagination
results only results with more than 100 products will accept this number to
be higher than 1 |
| eBayEntriesPerPage |
|
eBayEntriesPerPage Amount of entries per page to be requested,
default is 100 |
| eBayItemTypeFilter |
|
AuctionItemsOnly Return auction items only.
FixedPricedItem Return fixed price items (both Fixed Price and
Buy It Now) only.
AllItems Return all items (auction and fixed-price). |
| eBayCategoryID |
|
eBayIDCategory, choose the eBay category to search on. Leave blank to search
on all eBay categories. http://listings.ebay.com/
|
| eBayItemBorderColor |
|
eBayItemBorderColor Border color of the products box |
| eBayItemBgColor |
|
eBayItemBgColor BackGround color of the thext displaying the product |
| eBayColumns |
|
eBayColumns Columns of items to be diplayed on the results |
| eBayMaxItems |
|
eBayMaxItems Maximum amount of itmes to display, eBay results returns 100 items by
default this script removes all duplicated titles from those 100 and display
a maximum specified here. |
|
|