![]() |
重要 |
---|---|
利用率低下により、このレスポンスグループは2010年07月25日をもってサポート終了となっておりますので、ご利用にならないようご注意ください。 |
CustomerFull レスポンスグループは、特定のカスタマーが作成した全てのコンテンツを返します。コンテンツには次のようなものがあります。
CustomerInfo 情報: CustomerId、Name、Nickname、Location (City、State)
CustomerList 情報: レスポンスで返される各カスタマーの WishList ID
CustomerReviews 情報: TotalHelpfulVotes、Reviews
Amazon のカスタマーメンバーページに表示されるアバウトミーメッセージ
カスタマーの誕生日
これら全ての情報は、カスタマーが情報を公開している場合に限り返されます。プライバシーの選択は、Amazon の Web サイトからアクセスできる「アカウントサービス」 Web ページで、カスタマーが行います。
US のみ
次の表では、CustomerFull によって返される要素について説明しています。
CustomerFull は、全てのレスポンスグループに共通のレスポンス要素に示されている、全てのレスポンスグループが返す要素も返します。
次のレスポンスグループは、CustomerFull の親レスポンスグループです。
なし
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>