A class representing an item to use for listings.
- Id, Id of the item.
- ShortDescription, A short (80 chars) description of the item.
- CategoryId, The Category Id
- BidCount, The number of bids for this item.
- BuyItNowPrice, Fixed price amount of item - if exists.
- SellerId, Id of the seller.
- SellerAlias, Alias of the seller.
- MaxBid, The highest bid in the auction.
- ThumbnailLink, Link to item's thumbnail image.
- ImageLinks, Links to the item's image in various sizes.
- SellerDsrAverage, Sellers average rating.
- EndDate, End date of item.
- NextBid, Item's next possible bid amount.
- HasBids, True if item has bids else false.
- IsEnded, True if item is ended else false.
- ItemType, Item type.
Possible values:
"Auction"
"AuctionWithBuyItNow"
"PureBuyItNow"
"ShopItem" - ItemUrl, The url to this item on www.tradera.com
- AttributeValues, Attribute values for the item.
- LongDescription, The item's long description.