HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

searchCatalogItems

Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords.

Usage Plan:

Rate (requests per second)Burst
55

The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

Note: Due to technical issues, the response to this operation cannot be displayed in this reference. For this operation's response schema, refer to searchCatalogItems.

Query Params
identifiers
array of strings
length ≤ 20

A comma-delimited list of product identifiers that you can use to search the Amazon catalog. Note: You cannot include identifiers and keywords in the same request.

identifiers
string

The type of product identifiers that you can use to search the Amazon catalog. Note: identifiersType is required when identifiers is in the request.

marketplaceIds
array of strings
required
length ≤ 1

A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to Marketplace IDs.

marketplaceIds*
includedData
array of strings
Defaults to summaries

A comma-delimited list of datasets to include in the response.

Show Details
attributesA JSON object containing structured item attribute data that is keyed by attribute name. Catalog item attributes conform to the related Amazon product type definitions that you can get from the [Product Type Definitions API](https://developer-docs.amazon.com/sp-api/docs/product-type-definitions-api-v2020-09-01-reference).
classificationsClassifications (browse nodes) for an item in the Amazon catalog.
dimensionsDimensions of an item in the Amazon catalog.
identifiersIdentifiers that are associated with the item in the Amazon catalog, such as UPC and EAN.
imagesImages for an item in the Amazon catalog.
productTypesProduct types associated with the Amazon catalog item.
relationshipsRelationship details of an Amazon catalog item (for example, variations).
salesRanksSales ranks of an Amazon catalog item.
summariesSummary of an Amazon catalog item. For more information, refer to the `attributes` of an Amazon catalog item.
vendorDetailsVendor details associated with an Amazon catalog item. Vendor details are only available to vendors.
includedData
string

The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.

string

A selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.

keywords
array of strings
length ≤ 20

A comma-delimited list of keywords that you can use to search the Amazon catalog. Note: You cannot include keywords and identifiers in the same request.

keywords
brandNames
array of strings

A comma-delimited list of brand names that you can use to limit the search in queries based on keywords. Note: Cannot be used with identifiers.

brandNames
classificationIds
array of strings

A comma-delimited list of classification identifiers that you can use to limit the search in queries based on keywords. Note: Cannot be used with identifiers.

classificationIds
integer
≤ 20
Defaults to 10

The number of results to include on each page.

string

A token that you can use to fetch a specific page when there are multiple pages of results.

string

The language of the keywords that are included in queries based on keywords. Defaults to the primary locale of the marketplace. Note: Cannot be used with identifiers.

Responses

Response body
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language