| id | (auction item id) |
| title | (auction item title) |
| seller | (eBay id of the seller) |
| winner | (eBay id of the user with current highest bid) |
| timeout | (time til end of auction) |
| price | (current bid in the locale currency) |
| realprice | (current bid in the site currency) |
| bids | (number of bids so far) |
| buyitnow | (boolean value, 1 if 'Buy It Now' feature is available) |
| buyitprice | ('Buy It Now' price in the locale currency) |
| buyitrealprice | ('Buy It Now' price in the site currency) |
| description | (description of the item) |