API Reference
The following sections of the guide provide API reference material for the Creators API. For more information about Creators API overview and basic concepts, refer to the previous chapters in this guide. For registering with Creators API, refer Register for Creators API and for information on how to best use the API for some common use cases, refer our Using SDK.
The following section contains information about Creators API operations, resources, locale specific information, etc in detail with examples for you to do it yourself.
Operations
Creators API supports the following operations:
| Operation Name | Description |
|---|---|
| GetBrowseNodes | Lookup information for a Browse Node |
| GetItems | Provides item attributes, offer listings, images, and other details for a given item |
| SearchItems | Searches for items on Amazon based on keywords |
| GetVariations | Returns variations for an item i.e. a set of items that are the same product, but differ according to a consistent theme, for example size and color |
Resources
Resources determine what information will be returned in the API response. Each operation can request only certain resources. For details on what all resources are valid for a particular Creators API operation, see Operations.
Creators API supports following the high level resources:
| High Level Resource | Description |
|---|---|
| BrowseNodeInfo | Returns browse node information associated with an item |
| BrowseNodes | Returns browse node information associated with a Browse Node for a GetBrowseNodes request |
| Images | Returns image URLs for an item in various sizes |
| ItemInfo | Returns item information (Title, Brand, Description, etc.) for an item |
| ParentASIN | Returns the parent ASIN for an item. |
| SearchRefinements | Returns dynamic search refinements for a search request |
| VariationSummary | Returns summary for the GetVariations operations |
Locale Reference
Creators API supports multiple Amazon marketplaces across the world. Each marketplace has specific configuration requirements including marketplace endpoint and region. See the Locale Reference section for details on all supported locales.
