Tradera Developer Program

PublicService

Documentation Version 3 > PublicService > GetSearchResult

GetSearchResult |WebMethod|

DEPRECATED: Use Search in SearchService instead.

Search for items.

Parameters
  1. query, The search query
  2. categoryId, The Id of the category to search in (0 for all categories)
  3. pageNumber, The page to return, starting with 1 for the first page.
  4. orderBy, How the results should be ordered
Returns

Filled SearchResult 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/GetSearchResult"

<?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>
    <GetSearchResult xmlns="http://api.tradera.com">
      <query>string</query>
      <categoryId>int</categoryId>
      <pageNumber>int</pageNumber>
      <orderBy>EndDateAscending or EndDateDescending or PriceAscending or PriceDescending or BidsDescending</orderBy>
    </GetSearchResult>
  </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>
    <GetSearchResultResponse xmlns="http://api.tradera.com">
      <GetSearchResultResult>
        <TotalNumberOfItems>int</TotalNumberOfItems>
        <TotalNumberOfPages>int</TotalNumberOfPages>
        <Items>
          <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 xsi:nil="true" />
              </TermAttributeValue>
              <TermAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </TermAttributeValue>
            </TermAttributeValues>
            <NumberAttributeValues>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </NumberAttributeValue>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </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>
        </Items>
        <Items>
          <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 xsi:nil="true" />
              </TermAttributeValue>
              <TermAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </TermAttributeValue>
            </TermAttributeValues>
            <NumberAttributeValues>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </NumberAttributeValue>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </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>
        </Items>
      </GetSearchResultResult>
    </GetSearchResultResponse>
  </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>
    <GetSearchResult xmlns="http://api.tradera.com">
      <query>string</query>
      <categoryId>int</categoryId>
      <pageNumber>int</pageNumber>
      <orderBy>EndDateAscending or EndDateDescending or PriceAscending or PriceDescending or BidsDescending</orderBy>
    </GetSearchResult>
  </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>
    <GetSearchResultResponse xmlns="http://api.tradera.com">
      <GetSearchResultResult>
        <TotalNumberOfItems>int</TotalNumberOfItems>
        <TotalNumberOfPages>int</TotalNumberOfPages>
        <Items>
          <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 xsi:nil="true" />
              </TermAttributeValue>
              <TermAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </TermAttributeValue>
            </TermAttributeValues>
            <NumberAttributeValues>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </NumberAttributeValue>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </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>
        </Items>
        <Items>
          <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 xsi:nil="true" />
              </TermAttributeValue>
              <TermAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </TermAttributeValue>
            </TermAttributeValues>
            <NumberAttributeValues>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </NumberAttributeValue>
              <NumberAttributeValue>
                <Id>int</Id>
                <Name>string</Name>
                <Values xsi:nil="true" />
              </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>
        </Items>
      </GetSearchResultResult>
    </GetSearchResultResponse>
  </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/GetSearchResult?query=string&categoryId=string&pageNumber=string&orderBy=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"?>
<SearchResult xmlns="http://api.tradera.com">
  <TotalNumberOfItems>int</TotalNumberOfItems>
  <TotalNumberOfPages>int</TotalNumberOfPages>
  <Items>
    <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>
  </Items>
  <Items>
    <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>
  </Items>
</SearchResult>

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/GetSearchResult HTTP/1.1
Host: api.tradera.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

query=string&categoryId=string&pageNumber=string&orderBy=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<SearchResult xmlns="http://api.tradera.com">
  <TotalNumberOfItems>int</TotalNumberOfItems>
  <TotalNumberOfPages>int</TotalNumberOfPages>
  <Items>
    <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>
  </Items>
  <Items>
    <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>
  </Items>
</SearchResult>

XHTML CSS