ListItems Response Group

Description

The ListItems response group is a parent response group that returns the contents of the ListMinimum response group plus general item-level data, such as the ASIN, product title, and customer's comments associated with each item in the list.

ListItems 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/2004-08-01">
  <OperationRequest>
    <HTTPHeaders>
      <Header Name="UserAgent" Value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"/>
    </HTTPHeaders>
    <RequestId>1M7K6YHGRH1ASM5G9EP3</RequestId>
    <Arguments>
      <Argument Name="Service" Value="AWSECommerceService"/>
      <Argument Name="AssociateTag" Value="[Your Associate ID Here]"/>
      <Argument Name="SubscriptionId" Value="[Your Subscription ID Here]"/>
      <Argument Name="ListId" Value="2WYHF5M2L9142"/>
      <Argument Name="ResponseGroup" Value="ListItems"/>
      <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>
      <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>
  </Lists>
</ListLookupResponse>

The Request that Generated the Response (REST)

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