Tracks Response Group

The Tracks response group returns the title and number of each track on each CD in the response. For example, you could use ItemLookup to return Tracks information about a specified CD.

Operations that can use this response group include:

The following table describes the elements returned by Tracks. 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
Number Tracks/Disc/Number An attribute in the Disc tag that denotes the CD number in the item, for example, <Disc Number="1">. Items with multiple CDs would have mutiple values for Disc.
Number Tracks/Disc/Track/Number An attribute in the Track tag that denotes the track number on the CD, for example, <Track Number="9">Now Or Never</Track>.
TotalPages Items/TotalPages Total number of pages in found in the response. There are up to ten lists of tracks per response.
TotalResults Items/TotalResults Total number of items found that satisfy the request.
Track Tracks/Disc/Track Refers to each track on a CD. On a music CD, each track corresponds to a song.

Tracks 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 Tracks.

The following response groups are child response groups of Tracks.

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

http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&
AWSAccessKeyId=[Access Key ID]&
Operation=ItemSearch&
Condition=All&
SearchIndex=Blended&
Keywords=GodSmack&
Merchant=All&
ResponseGroup=Tracks