Product Advertising API
Developer Guide (API Version 2011-08-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

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, as 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 illustrates the XML response elements returned by Tracks.

http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
Condition=All&
SearchIndex=Blended&
Keywords=GodSmack&
Merchant=All&
ResponseGroup=Tracks&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

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>