Tradera Developer Program

PublicService

Documentation Version 3 > PublicService > GetItem

GetItem |WebMethod|

Gets an Item.

Parameters
  1. itemId, The Id of the Item (auction)
Returns

Item (auction) object

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /v3/PublicService.asmx HTTP/1.1
Host: api.tradera.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.tradera.com/GetItem"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationHeader xmlns="http://api.tradera.com">
      <AppId>int</AppId>
      <AppKey>string</AppKey>
    </AuthenticationHeader>
    <ConfigurationHeader xmlns="http://api.tradera.com">
      <Sandbox>int</Sandbox>
      <MaxResultAge>int</MaxResultAge>
    </ConfigurationHeader>
  </soap:Header>
  <soap:Body>
    <GetItem xmlns="http://api.tradera.com">
      <itemId>int</itemId>
    </GetItem>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetItemResponse xmlns="http://api.tradera.com">
      <GetItemResult>
        <ShippingOptions>
          <ShippingOptionId>int</ShippingOptionId>
          <Cost>int</Cost>
          <ShippingWeight>decimal</ShippingWeight>
          <ShippingProductId>int</ShippingProductId>
          <ShippingProviderId>int</ShippingProviderId>
        </ShippingOptions>
        <ShippingOptions>
          <ShippingOptionId>int</ShippingOptionId>
          <Cost>int</Cost>
          <ShippingWeight>decimal</ShippingWeight>
          <ShippingProductId>int</ShippingProductId>
          <ShippingProviderId>int</ShippingProviderId>
        </ShippingOptions>
        <PaymentOptions>
          <int>int</int>
          <int>int</int>
        </PaymentOptions>
        <ImageLinks>
          <string>string</string>
          <string>string</string>
        </ImageLinks>
        <Buyers>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </Buyers>
        <Buyers>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </Buyers>
        <Status>
          <Ended>boolean</Ended>
          <GotBidders>boolean</GotBidders>
          <GotWinner>boolean</GotWinner>
        </Status>
        <StartQuantity>int</StartQuantity>
        <RemainingQuantity>int</RemainingQuantity>
        <ItemType>Auction or PureBuyItNow or ShopItem</ItemType>
        <DetailedImageLinks>
          <Url>string</Url>
          <Format>string</Format>
        </DetailedImageLinks>
        <DetailedImageLinks>
          <Url>string</Url>
          <Format>string</Format>
        </DetailedImageLinks>
        <Id>int</Id>
        <VAT>int</VAT>
        <ShortDescription>string</ShortDescription>
        <OwnReferences>
          <string>string</string>
          <string>string</string>
        </OwnReferences>
        <AttributeValues>
          <TermAttributeValues>
            <TermAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <string>string</string>
                <string>string</string>
              </Values>
            </TermAttributeValue>
            <TermAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <string>string</string>
                <string>string</string>
              </Values>
            </TermAttributeValue>
          </TermAttributeValues>
          <NumberAttributeValues>
            <NumberAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <decimal>decimal</decimal>
                <decimal>decimal</decimal>
              </Values>
            </NumberAttributeValue>
            <NumberAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <decimal>decimal</decimal>
                <decimal>decimal</decimal>
              </Values>
            </NumberAttributeValue>
          </NumberAttributeValues>
        </AttributeValues>
        <ItemAttributes>
          <int>int</int>
          <int>int</int>
        </ItemAttributes>
        <LongDescription>string</LongDescription>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <CategoryId>int</CategoryId>
        <OpeningBid>int</OpeningBid>
        <ReservePrice>int</ReservePrice>
        <ReservePriceReached>boolean</ReservePriceReached>
        <BuyItNowPrice>int</BuyItNowPrice>
        <NextBid>int</NextBid>
        <PaymentCondition>string</PaymentCondition>
        <ShippingCondition>string</ShippingCondition>
        <AcceptsPickup>boolean</AcceptsPickup>
        <TotalBids>int</TotalBids>
        <MaxBid>int</MaxBid>
        <Bold>boolean</Bold>
        <Thumbnail>boolean</Thumbnail>
        <Highlight>boolean</Highlight>
        <FeaturedItem>boolean</FeaturedItem>
        <ItemLink>string</ItemLink>
        <ThumbnailLink>string</ThumbnailLink>
        <AcceptedBuyerId>int</AcceptedBuyerId>
        <Paypal>boolean</Paypal>
        <PaymentTypeId>int</PaymentTypeId>
        <Seller>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </Seller>
        <MaxBidder>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </MaxBidder>
        <UserSelectedEndDate>boolean</UserSelectedEndDate>
        <Restarts>int</Restarts>
        <Duration>int</Duration>
        <ReservePriceManuallySet>boolean</ReservePriceManuallySet>
      </GetItemResult>
    </GetItemResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /v3/PublicService.asmx HTTP/1.1
Host: api.tradera.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthenticationHeader xmlns="http://api.tradera.com">
      <AppId>int</AppId>
      <AppKey>string</AppKey>
    </AuthenticationHeader>
    <ConfigurationHeader xmlns="http://api.tradera.com">
      <Sandbox>int</Sandbox>
      <MaxResultAge>int</MaxResultAge>
    </ConfigurationHeader>
  </soap12:Header>
  <soap12:Body>
    <GetItem xmlns="http://api.tradera.com">
      <itemId>int</itemId>
    </GetItem>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetItemResponse xmlns="http://api.tradera.com">
      <GetItemResult>
        <ShippingOptions>
          <ShippingOptionId>int</ShippingOptionId>
          <Cost>int</Cost>
          <ShippingWeight>decimal</ShippingWeight>
          <ShippingProductId>int</ShippingProductId>
          <ShippingProviderId>int</ShippingProviderId>
        </ShippingOptions>
        <ShippingOptions>
          <ShippingOptionId>int</ShippingOptionId>
          <Cost>int</Cost>
          <ShippingWeight>decimal</ShippingWeight>
          <ShippingProductId>int</ShippingProductId>
          <ShippingProviderId>int</ShippingProviderId>
        </ShippingOptions>
        <PaymentOptions>
          <int>int</int>
          <int>int</int>
        </PaymentOptions>
        <ImageLinks>
          <string>string</string>
          <string>string</string>
        </ImageLinks>
        <Buyers>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </Buyers>
        <Buyers>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </Buyers>
        <Status>
          <Ended>boolean</Ended>
          <GotBidders>boolean</GotBidders>
          <GotWinner>boolean</GotWinner>
        </Status>
        <StartQuantity>int</StartQuantity>
        <RemainingQuantity>int</RemainingQuantity>
        <ItemType>Auction or PureBuyItNow or ShopItem</ItemType>
        <DetailedImageLinks>
          <Url>string</Url>
          <Format>string</Format>
        </DetailedImageLinks>
        <DetailedImageLinks>
          <Url>string</Url>
          <Format>string</Format>
        </DetailedImageLinks>
        <Id>int</Id>
        <VAT>int</VAT>
        <ShortDescription>string</ShortDescription>
        <OwnReferences>
          <string>string</string>
          <string>string</string>
        </OwnReferences>
        <AttributeValues>
          <TermAttributeValues>
            <TermAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <string>string</string>
                <string>string</string>
              </Values>
            </TermAttributeValue>
            <TermAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <string>string</string>
                <string>string</string>
              </Values>
            </TermAttributeValue>
          </TermAttributeValues>
          <NumberAttributeValues>
            <NumberAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <decimal>decimal</decimal>
                <decimal>decimal</decimal>
              </Values>
            </NumberAttributeValue>
            <NumberAttributeValue>
              <Id>int</Id>
              <Name>string</Name>
              <Values>
                <decimal>decimal</decimal>
                <decimal>decimal</decimal>
              </Values>
            </NumberAttributeValue>
          </NumberAttributeValues>
        </AttributeValues>
        <ItemAttributes>
          <int>int</int>
          <int>int</int>
        </ItemAttributes>
        <LongDescription>string</LongDescription>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <CategoryId>int</CategoryId>
        <OpeningBid>int</OpeningBid>
        <ReservePrice>int</ReservePrice>
        <ReservePriceReached>boolean</ReservePriceReached>
        <BuyItNowPrice>int</BuyItNowPrice>
        <NextBid>int</NextBid>
        <PaymentCondition>string</PaymentCondition>
        <ShippingCondition>string</ShippingCondition>
        <AcceptsPickup>boolean</AcceptsPickup>
        <TotalBids>int</TotalBids>
        <MaxBid>int</MaxBid>
        <Bold>boolean</Bold>
        <Thumbnail>boolean</Thumbnail>
        <Highlight>boolean</Highlight>
        <FeaturedItem>boolean</FeaturedItem>
        <ItemLink>string</ItemLink>
        <ThumbnailLink>string</ThumbnailLink>
        <AcceptedBuyerId>int</AcceptedBuyerId>
        <Paypal>boolean</Paypal>
        <PaymentTypeId>int</PaymentTypeId>
        <Seller>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </Seller>
        <MaxBidder>
          <Id>int</Id>
          <Alias>string</Alias>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Email>string</Email>
          <TotalRating>int</TotalRating>
          <PhoneNumber>string</PhoneNumber>
          <MobilePhoneNumber>string</MobilePhoneNumber>
          <Address>string</Address>
          <ZipCode>string</ZipCode>
          <City>string</City>
          <CountryName>string</CountryName>
          <PersonalNumber>string</PersonalNumber>
          <TransactionId>int</TransactionId>
        </MaxBidder>
        <UserSelectedEndDate>boolean</UserSelectedEndDate>
        <Restarts>int</Restarts>
        <Duration>int</Duration>
        <ReservePriceManuallySet>boolean</ReservePriceManuallySet>
      </GetItemResult>
    </GetItemResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /v3/PublicService.asmx/GetItem?itemId=string HTTP/1.1
Host: api.tradera.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Item xmlns="http://api.tradera.com">
  <ShippingOptions>
    <ShippingOptionId>int</ShippingOptionId>
    <Cost>int</Cost>
    <ShippingWeight>decimal</ShippingWeight>
    <ShippingProductId>int</ShippingProductId>
    <ShippingProviderId>int</ShippingProviderId>
  </ShippingOptions>
  <ShippingOptions>
    <ShippingOptionId>int</ShippingOptionId>
    <Cost>int</Cost>
    <ShippingWeight>decimal</ShippingWeight>
    <ShippingProductId>int</ShippingProductId>
    <ShippingProviderId>int</ShippingProviderId>
  </ShippingOptions>
  <PaymentOptions>
    <int>int</int>
    <int>int</int>
  </PaymentOptions>
  <ImageLinks>
    <string>string</string>
    <string>string</string>
  </ImageLinks>
  <Buyers>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </Buyers>
  <Buyers>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </Buyers>
  <Status>
    <Ended>boolean</Ended>
    <GotBidders>boolean</GotBidders>
    <GotWinner>boolean</GotWinner>
  </Status>
  <StartQuantity>int</StartQuantity>
  <RemainingQuantity>int</RemainingQuantity>
  <ItemType>Auction or PureBuyItNow or ShopItem</ItemType>
  <DetailedImageLinks>
    <Url>string</Url>
    <Format>string</Format>
  </DetailedImageLinks>
  <DetailedImageLinks>
    <Url>string</Url>
    <Format>string</Format>
  </DetailedImageLinks>
  <Id>int</Id>
  <VAT>int</VAT>
  <ShortDescription>string</ShortDescription>
  <OwnReferences>
    <string>string</string>
    <string>string</string>
  </OwnReferences>
  <AttributeValues>
    <TermAttributeValues>
      <TermAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <string>string</string>
          <string>string</string>
        </Values>
      </TermAttributeValue>
      <TermAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <string>string</string>
          <string>string</string>
        </Values>
      </TermAttributeValue>
    </TermAttributeValues>
    <NumberAttributeValues>
      <NumberAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <decimal>decimal</decimal>
          <decimal>decimal</decimal>
        </Values>
      </NumberAttributeValue>
      <NumberAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <decimal>decimal</decimal>
          <decimal>decimal</decimal>
        </Values>
      </NumberAttributeValue>
    </NumberAttributeValues>
  </AttributeValues>
  <ItemAttributes>
    <int>int</int>
    <int>int</int>
  </ItemAttributes>
  <LongDescription>string</LongDescription>
  <StartDate>dateTime</StartDate>
  <EndDate>dateTime</EndDate>
  <CategoryId>int</CategoryId>
  <OpeningBid>int</OpeningBid>
  <ReservePrice>int</ReservePrice>
  <ReservePriceReached>boolean</ReservePriceReached>
  <BuyItNowPrice>int</BuyItNowPrice>
  <NextBid>int</NextBid>
  <PaymentCondition>string</PaymentCondition>
  <ShippingCondition>string</ShippingCondition>
  <AcceptsPickup>boolean</AcceptsPickup>
  <TotalBids>int</TotalBids>
  <MaxBid>int</MaxBid>
  <Bold>boolean</Bold>
  <Thumbnail>boolean</Thumbnail>
  <Highlight>boolean</Highlight>
  <FeaturedItem>boolean</FeaturedItem>
  <ItemLink>string</ItemLink>
  <ThumbnailLink>string</ThumbnailLink>
  <AcceptedBuyerId>int</AcceptedBuyerId>
  <Paypal>boolean</Paypal>
  <PaymentTypeId>int</PaymentTypeId>
  <Seller>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </Seller>
  <MaxBidder>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </MaxBidder>
  <UserSelectedEndDate>boolean</UserSelectedEndDate>
  <Restarts>int</Restarts>
  <Duration>int</Duration>
  <ReservePriceManuallySet>boolean</ReservePriceManuallySet>
</Item>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /v3/PublicService.asmx/GetItem HTTP/1.1
Host: api.tradera.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

itemId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Item xmlns="http://api.tradera.com">
  <ShippingOptions>
    <ShippingOptionId>int</ShippingOptionId>
    <Cost>int</Cost>
    <ShippingWeight>decimal</ShippingWeight>
    <ShippingProductId>int</ShippingProductId>
    <ShippingProviderId>int</ShippingProviderId>
  </ShippingOptions>
  <ShippingOptions>
    <ShippingOptionId>int</ShippingOptionId>
    <Cost>int</Cost>
    <ShippingWeight>decimal</ShippingWeight>
    <ShippingProductId>int</ShippingProductId>
    <ShippingProviderId>int</ShippingProviderId>
  </ShippingOptions>
  <PaymentOptions>
    <int>int</int>
    <int>int</int>
  </PaymentOptions>
  <ImageLinks>
    <string>string</string>
    <string>string</string>
  </ImageLinks>
  <Buyers>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </Buyers>
  <Buyers>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </Buyers>
  <Status>
    <Ended>boolean</Ended>
    <GotBidders>boolean</GotBidders>
    <GotWinner>boolean</GotWinner>
  </Status>
  <StartQuantity>int</StartQuantity>
  <RemainingQuantity>int</RemainingQuantity>
  <ItemType>Auction or PureBuyItNow or ShopItem</ItemType>
  <DetailedImageLinks>
    <Url>string</Url>
    <Format>string</Format>
  </DetailedImageLinks>
  <DetailedImageLinks>
    <Url>string</Url>
    <Format>string</Format>
  </DetailedImageLinks>
  <Id>int</Id>
  <VAT>int</VAT>
  <ShortDescription>string</ShortDescription>
  <OwnReferences>
    <string>string</string>
    <string>string</string>
  </OwnReferences>
  <AttributeValues>
    <TermAttributeValues>
      <TermAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <string>string</string>
          <string>string</string>
        </Values>
      </TermAttributeValue>
      <TermAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <string>string</string>
          <string>string</string>
        </Values>
      </TermAttributeValue>
    </TermAttributeValues>
    <NumberAttributeValues>
      <NumberAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <decimal>decimal</decimal>
          <decimal>decimal</decimal>
        </Values>
      </NumberAttributeValue>
      <NumberAttributeValue>
        <Id>int</Id>
        <Name>string</Name>
        <Values>
          <decimal>decimal</decimal>
          <decimal>decimal</decimal>
        </Values>
      </NumberAttributeValue>
    </NumberAttributeValues>
  </AttributeValues>
  <ItemAttributes>
    <int>int</int>
    <int>int</int>
  </ItemAttributes>
  <LongDescription>string</LongDescription>
  <StartDate>dateTime</StartDate>
  <EndDate>dateTime</EndDate>
  <CategoryId>int</CategoryId>
  <OpeningBid>int</OpeningBid>
  <ReservePrice>int</ReservePrice>
  <ReservePriceReached>boolean</ReservePriceReached>
  <BuyItNowPrice>int</BuyItNowPrice>
  <NextBid>int</NextBid>
  <PaymentCondition>string</PaymentCondition>
  <ShippingCondition>string</ShippingCondition>
  <AcceptsPickup>boolean</AcceptsPickup>
  <TotalBids>int</TotalBids>
  <MaxBid>int</MaxBid>
  <Bold>boolean</Bold>
  <Thumbnail>boolean</Thumbnail>
  <Highlight>boolean</Highlight>
  <FeaturedItem>boolean</FeaturedItem>
  <ItemLink>string</ItemLink>
  <ThumbnailLink>string</ThumbnailLink>
  <AcceptedBuyerId>int</AcceptedBuyerId>
  <Paypal>boolean</Paypal>
  <PaymentTypeId>int</PaymentTypeId>
  <Seller>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </Seller>
  <MaxBidder>
    <Id>int</Id>
    <Alias>string</Alias>
    <FirstName>string</FirstName>
    <LastName>string</LastName>
    <Email>string</Email>
    <TotalRating>int</TotalRating>
    <PhoneNumber>string</PhoneNumber>
    <MobilePhoneNumber>string</MobilePhoneNumber>
    <Address>string</Address>
    <ZipCode>string</ZipCode>
    <City>string</City>
    <CountryName>string</CountryName>
    <PersonalNumber>string</PersonalNumber>
    <TransactionId>int</TransactionId>
  </MaxBidder>
  <UserSelectedEndDate>boolean</UserSelectedEndDate>
  <Restarts>int</Restarts>
  <Duration>int</Duration>
  <ReservePriceManuallySet>boolean</ReservePriceManuallySet>
</Item>

XHTML CSS