Product Advertising API
Developer Guide (API Version 2011-08-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Restricted Parts of the WSDL

The WSDL defines all Product Advertising API operation requests and responses. The majority of the WSDL is generic. There are, however, some small portions of the WSDL that are partner specific. That is, the use of some Product Advertising API operations is restricted to specific Amazon partners. Those operations are marked as restricted by a notation similar to the following.

<xs:element name="RestrictedOperation" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <aws-se:restricted>
        <aws-se:excludeFrom>public</aws-se:excludeFrom>
        <aws-se:excludeFrom>partner</aws-se:excludeFrom>
      </aws-se:restricted>
    </xs:appinfo>

If you try to use a restricted operation and you are not the Amazon partner, Product Advertising API returns an error message.