Tradera Developer Program

PublicService

Documentation Version 3 > PublicService > GetSellerItems

GetSellerItems |WebMethod|

Gets items for a seller.

Parameters
  1. userId, The user Id of the seller
  2. categoryId, The Id of the category to look for items in (use 0 for all categories)
  3. filterType, The filter to use:
    0 = All,
    1 = Only active items (EndDate > NOW),
    2 = Only inactive items (EndDate < NOW)

    Can be overridden with either the minEndDate or maxEndate parameters.
  4. minEndDate, Will return items with EndDate > than this parameter.
    Either send NULL or a DateTime <= DateTime.MinValue (0001-01-01 00:00:00) if not used.
  5. maxEndDate, Will return items with EndDate < than this parameter.
    Either send NULL or a DateTime >= DateTime.MaxValue (9999-12-31 00:00:00) if not used.
Returns

Array of items (auctions)

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/GetSellerItems"

<?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>
    <GetSellerItems xmlns="http://api.tradera.com">
      <userId>int</userId>
      <categoryId>int</categoryId>
      <filterActive>All or Active or Inactive</filterActive>
      <minEndDate>dateTime</minEndDate>
      <maxEndDate>dateTime</maxEndDate>
      <filterItemType>All or Auction or PureBuyItNow or ShopItem</filterItemType>
    </GetSellerItems>
  </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>
    <GetSellerItemsResponse xmlns="http://api.tradera.com">
      <GetSellerItemsResult>
        <Item>
          <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>
        </Item>
        <Item>
          <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>
        </Item>
      </GetSellerItemsResult>
    </GetSellerItemsResponse>
  </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>
    <GetSellerItems xmlns="http://api.tradera.com">
      <userId>int</userId>
      <categoryId>int</categoryId>
      <filterActive>All or Active or Inactive</filterActive>
      <minEndDate>dateTime</minEndDate>
      <maxEndDate>dateTime</maxEndDate>
      <filterItemType>All or Auction or PureBuyItNow or ShopItem</filterItemType>
    </GetSellerItems>
  </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>
    <GetSellerItemsResponse xmlns="http://api.tradera.com">
      <GetSellerItemsResult>
        <Item>
          <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>
        </Item>
        <Item>
          <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>
        </Item>
      </GetSellerItemsResult>
    </GetSellerItemsResponse>
  </soap12:Body>
</soap12:Envelope>

XHTML CSS