CustomerInfo Response Group

For each customer in the response, the CustomerInfo response group returns the customer's Nickname and CustomerId. This response group will only return information that customers have chosen to make public through www.amazon.com.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by CustomerInfo.

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

  • None

Child Response Group

The following response groups are child response groups of CustomerInfo.

  • None

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=CustomerInfo&
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 CustomerInfo.

<Customer>
  <CustomerId>ABCDEFG123456</CustomerId>
  <Nickname>jeff</Nickname>
</Customer>