GetResearchItems Output Schema
Other Versions: 1 | Printable Version
Last updated: 2006-08-01 08:56:22
This is the GetResearchItems Output Schema. There are no differences in this schema between versions one and two. In general, this schema will follow the same format as the Items node from the GetResearchResults call.
<GetResearchItems>
   <Timestamp>timestamp</Timestamp>
   <ProcessingTime>float</ProcessingTime>
   <ImageURL>string</ImageURL>
   <LinkURL>string</LinkURL>
   <Errors>
      <Error id=integer>string</Error>
   </Errors>
   <ModifiedQuery>
      <RemovedWords>
         <RemovedWord reason=integer>string</RemovedWord>
         ... more RemovedWord nodes ...
      </RemovedWords>
   </ModifiedQuery>
   <Warnings>
      <Warning id=integer>string</Warning>
      ... more Warning nodes ...
   </Warnings>
   <Items>
      <Item id=integer>
         <Title>string</Title>
         <Subtitle>string</Subtitle>
         <Category>integer</Category>
         <ListingDetails>
            <StartDate>date</StartDate>
            <StartTime>time</StartTime>
            <EndDate>date</EndDate>
            <EndTime>time</EndTime>
            <ViewItemURL>string</ViewItemURL>
         </ListingDetails>
         <Site>integer</Site>
         <SellerID>integer</SellerID>
         <AuctionStyle>integer</AuctionStyle>
         <Flags>
            <Successful>boolean</Successful>
            <Gallery>boolean</Gallery>
         </Flags>
         <ItemStatistics>
            <EndPrice>float</EndPrice>
            <StartPrice>float</StartPrice>
            <Bids>integer</Bids>
            <ItemsOffered>integer</ItemsOffered>
            <ItemsSold>integer</ItemsSold>
         </ItemStatistics>
      </Item>
      ... more Item nodes ...
   </Items>
</GetResearchItems>
See Also: GetResearchItems Output Field Reference, GetResearchItems Input Schema, GetResearchItems Input Field Reference.
No Comments FoundPost A Comment 
Use of this Web site constitutes acceptance of the
DataUnison Terms and Privacy Policy.
Copyright © 2005-2008 DataUnison. All Rights Reserved.
eBay and the eBay Logo are Trademarks of eBay Inc.