ListFull Response Group

Description

The ListFull response group is a parent response group that returns the contents of the ListInfo and ListItems response groups. It provides all of the data necessary to display information about an Amazon wish list or Listmania list and its contents.

ListFull Includes the Following Response Groups

REST Sample Response and Request

Sample Response (REST)

<?xml version="1.0" encoding="UTF-8"?>
<ListLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2006-03-08">
  <OperationRequest>
    <HTTPHeaders>
      <Header Name="UserAgent" Value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"/>
    </HTTPHeaders>
    <RequestId>03EHZR9F84JCPFHCWNCZ</RequestId>
    <Arguments>
      <Argument Name="Service" Value="AWSECommerceService"/>
      <Argument Name="AssociateTag" Value="[Your Associate ID Here]"/>
      <Argument Name="AWSAccessKeyId" Value="[Your Access Key ID Here]"/>
      <Argument Name="ListId" Value="2WYHF5M2L9142"/>
      <Argument Name="ResponseGroup" Value="ListFull"/>
      <Argument Name="ListType" Value="Listmania"/>
      <Argument Name="Operation" Value="ListLookup"/>
    </Arguments>
  </OperationRequest>
  <Lists>
    <Request>
      <IsValid>True</IsValid>
    </Request>
    <List>
      <ListId>2WYHF5M2L9142</ListId>
      <ListName>Popular Christmas Books For Young and Old</ListName>
      <ListType>Listmania</ListType>
      <TotalItems>25</TotalItems>
      <TotalPages>3</TotalPages>
      <ListItem>
        <Item>
          <ASIN>0385508417</ASIN>
          <ItemAttributes>
            <Title>Skipping Christmas</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>0689838999</ASIN>
          <ItemAttributes>
            <Title>The Night Before Christmas Pop-up</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>0064402754</ASIN>
          <ItemAttributes>
            <Title>The Best Christmas Pageant Ever</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>074347628X</ASIN>
          <ItemAttributes>
            <Title>The Twilight Before Christmas</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>0689808658</ASIN>
          <ItemAttributes>
            <Title>The Twelve Days of Christmas : A Pop-Up Celebration</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>037581373X</ASIN>
          <ItemAttributes>
            <Title>Christmas in Camelot (Magic Tree House)</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>0395389496</ASIN>
          <ItemAttributes>
            <Title>The Polar Express</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>1400061407</ASIN>
          <ItemAttributes>
            <Title>Christmas at The New Yorker : Stories, Poems, Humor, and Art</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>0375826432</ASIN>
          <ItemAttributes>
            <Title>The Sweet Smell of Christmas</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
      <ListItem>
        <Item>
          <ASIN>0312289510</ASIN>
          <ItemAttributes>
            <Title>The Christmas Shoes</Title>
          </ItemAttributes>
        </Item>
      </ListItem>
    </List>
    <List>
      <ListURL>http://www.amazon.com/exec/obidos/tg/listmania/list-browse/-/2WYHF5M2L9142</ListURL>
    </List>
  </Lists>
</ListLookupResponse>

The Request that Generated the Response (REST)

http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
    &AWSAccessKeyId=[Your Access Key ID Here]
    &AssociateTag=[Your Associate ID Here]
    &Operation=ListLookup
    &ListType=Listmania
    &ListId=2WYHF5M2L9142
    &ResponseGroup=ListFull