Help Response Group

The Help response group returns information about operations and response groups. Information returned about operations includes:

Information returned about response groups includes:

This information is useful when creating a developer tool that helps create Product Advertising API applications.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by Help.

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

  • None

Child Response Group

The following response groups are child response groups of Help.

  • None

Sample REST Use Case

All locales.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=Help&
HelpType=Operation&
About=CustomerContentLookup&
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 Help.

<OperationInformation>
  <Name>CustomerContentLookup</Name>
  <RequiredParameters>
    <Parameter>CustomerId</Parameter>
  </RequiredParameters>
  <AvailableParameters>
    <Parameter>AssociateTag</Parameter>
    <Parameter>ContentType</Parameter>
     <Parameter>Marketplace</Parameter>
    <Parameter>MarketplaceDomain</Parameter>
    <Parameter>ReviewPage</Parameter>
    <Parameter>Style</Parameter>
    <Parameter>Validate</Parameter>
    <Parameter>Version</Parameter>
    <Parameter>XMLEscaping</Parameter>
  </AvailableParameters>
  <DefaultResponseGroups>
    <ResponseGroup>Request</ResponseGroup>
    <ResponseGroup>CustomerInfo</ResponseGroup>
  </DefaultResponseGroups>
  <AvailableResponseGroups>
    <ResponseGroup>Request</ResponseGroup>
    <ResponseGroup>CustomerInfo</ResponseGroup>
    <ResponseGroup>CustomerReviews</ResponseGroup>
    <ResponseGroup>CustomerLists</ResponseGroup>
    <ResponseGroup>CustomerFull</ResponseGroup>
  </AvailableResponseGroups>
</OperationInformation>