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. In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
Tracks also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following request was used to illustrate the XML response elements returned by Tracks.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
Condition=All&
SearchIndex=Blended&
Keywords=GodSmack&
Merchant=All&
ResponseGroup=Tracks&
Version=2008-03-03The following response snippet shows the elements returned by Tracks.
<Item>
<ASIN>B000EXOAAO</ASIN>
<Tracks>
<Disc Number="1">
<Track Number="1">Livin In Sin</Track>
<Track Number="2">Speak</Track>
<Track Number="3">The Enemy</Track>
<Track Number="4">Shine Down</Track>
<Track Number="5">Hollow</Track>
<Track Number="6">No Rest For The Wicked</Track>
<Track Number="7">Bleeding Me</Track>
<Track Number="8">Voodoo Too</Track>
<Track Number="9">Temptation</Track>
<Track Number="10">Mama</Track>
<Track Number="11">One Rainy Day</Track>
</Disc>
</Tracks>
</Item>