CustomerFull Response Group
The CustomerFull response group returns all of the content created by a customer, including:
-
CustomerInfo information: CustomerId, Name, Nickname, and Location (City and State)
-
CustomerList information: WishList IDs belonging to each customer listed in the response.
-
CustomerReviews information: TotalHelpfulVotes, and Reviews
-
The About Me message that appears on each Amazon customer's member page
-
Customer's birthday
All of this information is returned only if the customer has chosen to make it public. Privacy choices are implemented by the customer in the Your Account web page that is accessible from Amazon’s retail web site.
Locales
US only
Response Elements
The following table describes the elements returned by CustomerFull.
CustomerFull 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 CustomerFull.
-
None
Child Response Group
The following response groups are child response groups of CustomerFull.
Sample REST Use Case
All locales.
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[AWS Access Key ID]
& Operation=CustomerContentLookup& CustomerId=[Customer ID]
& ResponseGroup=CustomerFull& Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by 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>