CustomerFull レスポンスグループ

[重要] 重要

利用率低下により、このレスポンスグループは2010年07月25日をもってサポート終了となっておりますので、ご利用にならないようご注意ください。

CustomerFull レスポンスグループは、特定のカスタマーが作成した全てのコンテンツを返します。コンテンツには次のようなものがあります。

これら全ての情報は、カスタマーが情報を公開している場合に限り返されます。プライバシーの選択は、Amazon の Web サイトからアクセスできる「アカウントサービス」 Web ページで、カスタマーが行います。

利用可能なサイト

US のみ

関連オペレーション

このレスポンスグループを使用できるオペレーションは以下の通りです:

レスポンス要素

次の表では、CustomerFull によって返される要素について説明しています。

CustomerFull は、全てのレスポンスグループに共通のレスポンス要素に示されている、全てのレスポンスグループが返す要素も返します。

親レスポンスグループ

次のレスポンスグループは、CustomerFull の親レスポンスグループです。

  • なし

子レスポンスグループ

次のレスポンスグループは、CustomerFull の子レスポンスグループです。

REST 利用例

US のみ。

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS アクセスキー ID]&
Operation=CustomerContentLookup&
CustomerId=[カスタマーID]&
ResponseGroup=CustomerFull&
Version=2008-08-19

レスポンス例

次のレスポンス例は、CustomerFull で返される要素をまとめたものです。

<Customer>
  <CustomerId>ABCDEFG12345</CustomerId> 
  <Nickname>jeff</Nickname> 
  <WishListId>ABCDEF12345</WishListId> 
  <CustomerReviews>
      <TotalReviews>8</TotalReviews> 
      <TotalReviewPages>1</TotalReviewPages> 
      <Review>
        <ASIN>6305692688</ASIN> 
        <Rating>1</Rating> 
        <HelpfulVotes>21</HelpfulVotes> 
        <TotalVotes>35</TotalVotes> 
        <Date>2000-02-29</Date> 
        <Summary>one star is indeed one too many</Summary> 
        <Content>Let's face facts. This is a terrible, terrible movie. We have to guess that all involved in this project are hiding. Really, I'm generally quite easy on movies, but this endless stream of uninteresting battle scenes with pointless dialogue and no discernable plot is perhaps one of the worst movies ever made. Sorry if this seems harsh, but I just don't want anyone to buy it unknowingly.
          </Content> 
    </Review>