Tradera Developer Program
Home
Developer Center
Documentation
Item
Documentation Version 3
> [Class] Item
Class representing an Item.
Id
, The auction Id.
VAT
, The VAT-percentage (usually 25% or 6%).
ShortDescription
, A short (80 chars) description of the auction.
OwnReferences
, A list of sellers references for this item (50 chars).
LongDescription
, A long (7000 chars) description of the auction. Can be null for list methods.
StartDate
, When the auction starts or shop item is activated.
N.B.
GetSellerItems
does not return items for which this date is in the future.
EndDate
, When the auction ends or shop item is deactivated.
CategoryId
, The category Id. See the method
GetCategories
for all available categories.
OpeningBid
, The opening bid. Not filled when using search.
ReservePrice
, The reservation price.
ReservePriceReached
, If the reservation price has been reached (only set if a reservation price has been set).
Not filled when using search.
BuyItNowPrice
, The Buy-it-now price (if any).
NextBid
, The minimum next bid.
ShippingOptions
,
ItemShipping
objects representing shipping options if any.
PaymentCondition
, Gets or sets the payment condition.
ShippingCondition
, Gets or sets the shipping condition.
AcceptsPickup
, If the seller accepts pickup or not.
PaymentOptions
, A list of payment type Ids.
See the method
GetPaymentOptionTypes
for a list.
TotalBids
, The total number of bids on this auction so far.
MaxBid
, The current max bid.
StatusId
, The Auction's status code.
HasImage
, If the item has one or more images.
ImageLinks
, The link to the images (if any).
Bold
, If the item should be displayed in bold.
Thumbnail
, If the item has a thumbnail image.
ItemLink
, The link to the item on the tradera.com site.
ThumbnailLink
, The link to the item's thumbnail image (if any).
AcceptedBuyerId
, The types of bidders allowed for the Item. See the method
GetAcceptedBidderTypes
for a list.
Not filled when using search.
Paypal
, If the item/auction allows Paypal as a payment option.
PaymentTypeId
, The type of payment for Item. See the method
GetPaymentTypes
for a list.
TimeLeft
, The time left until the Items EndDate is passed.
Seller
,
User
object representing the selling user.
MaxBidder
,
User
object representing the the user with current max bid if the auction is active.
Can be null if no bids or if not an auction. Not filled when using search.
UserSelectedEndDate
, true ifwas set by usingwhen creating the
item.
Restarts
, The number of restarts that was specified when the item was created.
Duration
, The duration that was set when the item was created.
BuyerList
,
User
objects representing the buying user(s), if any.
Not filled when using search.
Status
,
ItemStatus
for the item.
CreationDate
, The date/time the item/auction was created in the database.
StartQuantity
, The available start quantity for a Direct Item.
RemainingQuantity
, The remaining quantity for a Direct Item.
InternalType
, The type of the Item (auction, buynow, direct).
ItemType
, The type of the Item (Auction or Tradera Direct)
ImageId
, The Id of the image(s).
NumberOfImages
, The number of images the Item has.
DetailedImageLinks
, The link to the images (if any), including some metadata about image size.
ReservePriceManuallySet
, If Reservation was specified at creation of listing
XHTML
CSS