Collections Response Group

For every item returned in a response, the items associated with it are also returned if the Collections response group is used in the request. Items in collections are related thematically. For example, all of the linens that go into a bedroom might be associated in a bedding collection. The Collections response group returns the ASINs and titles of the items in a collection.

For more information, see Displaying Collections.

If an item is part of a collection and that item is returned in a response, all of the other items in the collection are also returned if the request contains the Collections response group.

Operations that can use this response group include:

The following table describes and shows the parentage of the elements returned by Collections. 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
ASIN

Collections/Collection/CollectionParent

Collections/Collection/CollectionItem

The ASIN of the parent or child item, respectively. An ASIN is an alphanumeric token that uniquely identifies an item.
Collection CollectionsA container for one CollectionParent and one or more CollectionItems.
CollectionItem Collections/Collection/An item in a collection, which is specified by its ASIN and Title. In a collection, there is one CollectionParent and one or more CollectionItems.
CollectionParent Collections/Collection/An item that characterizes all of the items in a collection. In a collection, there is one CollectionParent and one or more CollectionItems.
Collections  Container for one or more Collection elements.
Title

Collections/Collection/CollectionParent

Collections/Collection/CollectionItem

The title of the parent or child item, respectively.

The following response groups are parent response groups of Collections.

The following response groups are children response groups of Collections.

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

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKey=[AWS Access Key]&
Operation=ItemLookup&
ItemId=B000ALMQ9C&
ResponseGroup=ItemIds,Collections&
Version=2006-09-13