Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for searchDefinitionsProductTypes operation in ProductTypeDefinitionsApi.

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

    Properties

    itemName?: string

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

    keywords?: string[]

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

    locale?: string

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

    marketplaceIds: string[]

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

    searchLocale?: string

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