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

    Request parameters for searchCatalogItems operation in CatalogItemsApi.

    interface CatalogItemsApiSearchCatalogItemsRequest {
        brandNames?: string[];
        classificationIds?: string[];
        includedData?: SearchCatalogItemsIncludedDataEnum[];
        keywords: string[];
        keywordsLocale?: string;
        locale?: string;
        marketplaceIds: string[];
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    brandNames?: string[]

    A comma-delimited list of brand names to limit the search to.

    classificationIds?: string[]

    A comma-delimited list of classification identifiers to limit the search to.

    A comma-delimited list of data sets to include in the response. Default: summaries.

    keywords: string[]

    A comma-delimited list of words or item identifiers to search the Amazon catalog for.

    keywordsLocale?: string

    The language the keywords are provided in. Defaults to the primary locale of the marketplace.

    locale?: string

    Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace.

    marketplaceIds: string[]

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

    pageSize?: number

    Number of results to be returned per page.

    pageToken?: string

    A token to fetch a certain page when there are multiple pages worth of results.