ListInfo Response Group

The ListInfo response group provides descriptive information about a list. ListInfo is a parent response group that returns the results of the ListMinimum response group along with :

For more information about the ListMinimum response group, see its section.

The ListInfo response group is suited for creating a subset of the list information returned by ListFull.

Operations that can use this response group include:

The following table describes the elements returned by ListInfo. The elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.

Response ElementAncestryDefinition
AdditionalName List/AdditionalName Aditional name of a person the list belongs to
AverageRating List/AverageRating Average customer rating for item on a list.
Comment List/Comment Comment
CustomerName List/CustomerName Name of the list owner.
CustomerNickname List/CustomerNickname Nickname of list owner
DateCreated List/DateCreated Date the list was created, in the form yyyy-mm-dd.
Image List/Image Image in list
LastModified List/LastModified Date when the list was last modified
ListId List/ListId A number that uniquely identifies a list.
ListName List/ListName The name of the list
ListType List/ListType The list type, such as WishList.
ListURL List/ListURL URL where you can find the list. The URL is the same for all lists except for the final filename, which is the ListId. In this way you can display the list by just knowing the ListId.
OccasionDate List/OccasionDate Specifies the date of an occassion, such as a wedding or birthday.
PartnerName List/PartnerNameFor wedding registries, this is the name of the bride or groom.
RegistryName List/RegistryNameName of a wedding or baby registry.
TotalItems List/TotalItemsNumber of items in the list.
TotalPages List/TotalPagesNumber of pages of items. There are up to ten items per page..
TotalResults List/TotalResultsTotal number of lists found
TotalTimesRead List/TotalTimesReadThe number of times a list has been viewed.

ListInfo also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.

The following response groups are parent response groups of ListInfo.

The following response groups are child response groups of ListInfo.

The folllowing request was used to illustrate the XML response elements returned by ListInfo.

http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&
AWSAccessKidId=[Access key ID]&
Operation=ListSearch&
ListType=WishList&
Name=John%20Smith&
ResponseGroup=ListInfo