CustomerLists Response Group

The CustomerLists response group returns the WishList IDs created by each customer in the response.

The WishList IDs are returned only if the customer has chosen to make the WishList public. Privacy choices are implemented by the customer in the Your Account web page that is accessible from Amazon’s retail web site.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by CustomerLists.

CustomerLists 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 CustomerLists.

  • None

Child Response Group

The following response groups are child response groups of CustomerLists.

  • None

Sample REST Use Case

All locales.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=CustomerContentLookup&
CustomerId=ABCDEF123456&
ResponseGroup=CustomerLists&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by CustomerLists.

<Customer>
  <CustomerId>ABCDEFG12345</CustomerId>
  <WishListId>123456ABCDEF</WishListId>
</Customer>