ListFull Response Group

The ListFull response group provides comprehensive information about a list and the items on it. ListFull is a parent response group that returns the results of the following response groups:

For more information about what is returned by each of these response groups, refer to their sections.

The ListFull response group is ideally suited for creating the contents of a wishlist or Listmania list.

Relevant Operations

Operations that can use this response group include:

Parent Response Group

The following response groups are parent response groups of ListFull.

  • None

Child Response Group

The following response groups are child response groups of ListFull.

Sample REST Use Case

The following request was used to illustrate the XML response elements returned by ListFull.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=1VEXAMPLES6W82&
Operation=ListLookup&
ListType=Listmania&
ListId= 2WYHF5M2L9142&
ResponseGroup=ListFull&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by ListFull.

<List>
  <ListId>2WYHF5M2L9142</ListId>
  <ListURL>http://www.amazon.com/gp/richpub/listmania/fullview/2WYHF5M2L9142</ListURL>
  <ListName>Popular Christmas Books For Young and Old</ListName>
  <ListType>Listmania</ListType>
  <TotalItems>25</TotalItems>
  <TotalPages>1</TotalPages>
  <DateCreated>2003 11 17</DateCreated>
  <ListItem>
    <ListItemId>RI12NH0FJAU5DPX</ListItemId>
    <Item>
    <ASIN>0385508417</ASIN>
    <ItemAttributes>
      <Title>Skipping Christmas</Title>
    </ItemAttributes>
    </Item>
  </ListItem>
  <ListItem>
    <ListItemId>RIA2UFAPEI6GXV</ListItemId>
    <Item>
      <ASIN>0762410698</ASIN>
      <ItemAttributes>
        <Title>The Night Before Christmas: The Heirloom Edition</Title>
      </ItemAttributes>
    </Item>
  </ListItem>
  <ListItem>
    <ListItemId>RI2BKL830IE1GXT</ListItemId>
    <Item>
      <ASIN>0684814994</ASIN>
      <ItemAttributes>
        <Title>Christmas Box</Title>
      </ItemAttributes>
    </Item>
  </ListItem>