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.
Relevant Operations
Operations that can use this response group include:
Response Elements
The following table describes the elements returned by Tracks.
Tracks also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
Parent Response Group
The following response groups are parent response groups of Tracks.
-
None
Child Response Group
The following response groups are child response groups of Tracks.
-
None
Sample REST Use Case
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-08-19
Sample Response Snippet
The 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>