Request parameters for searchDefinitionsProductTypes operation in DefinitionsApi.

DefinitionsApiSearchDefinitionsProductTypesRequest

interface DefinitionsApiSearchDefinitionsProductTypesRequest {
    itemName?: string;
    keywords?: string[];
    locale?: string;
    marketplaceIds: string[];
    searchLocale?: string;
}

Properties

itemName?: string

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

DefinitionsApiSearchDefinitionsProductTypes

keywords?: string[]

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

DefinitionsApiSearchDefinitionsProductTypes

locale?: string

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

DefinitionsApiSearchDefinitionsProductTypes

marketplaceIds: string[]

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

DefinitionsApiSearchDefinitionsProductTypes

searchLocale?: string

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

DefinitionsApiSearchDefinitionsProductTypes