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

searchDefinitionsProductTypes

Search for and return a list of Amazon product types that have definitions available.

Usage Plans:

Plan typeRate (requests per second)Burst
Default510
Selling partner specificVariableVariable

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Query Params
keywords
array of strings

A comma-delimited list of keywords to search product types. Note: Cannot be used with itemName.

keywords
marketplaceIds
array of strings
required

A comma-delimited list of Amazon marketplace identifiers for the request.

marketplaceIds*
string

The title of the ASIN to get the product type recommendation. Note: Cannot be used with keywords.

string

The locale for the display names in the response. Defaults to the primary locale of the marketplace.

string

The locale used for the keywords and itemName parameters. Defaults to the primary locale of the marketplace.

Responses

Response body
object
productTypes
array of objects
required
productTypes*
object
string
required

The name of the Amazon product type.

string
required

The human-readable and localized description of the Amazon product type.

marketplaceIds
array of strings
required

The Amazon marketplace identifiers for which the product type definition is available.

marketplaceIds*
string
required

Amazon product type version identifier.

Headers
object
string

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

string

Unique request reference identifier.

Language