Request parameters for searchCatalogItems operation in CatalogApi.

CatalogApiSearchCatalogItemsRequest

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

Properties

brandNames?: string[]

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

CatalogApiSearchCatalogItems

classificationIds?: string[]

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

CatalogApiSearchCatalogItems

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

CatalogApiSearchCatalogItems

keywords: string[]

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

CatalogApiSearchCatalogItems

keywordsLocale?: string

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

CatalogApiSearchCatalogItems

locale?: string

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

CatalogApiSearchCatalogItems

marketplaceIds: string[]

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

CatalogApiSearchCatalogItems

pageSize?: number

Number of results to be returned per page.

CatalogApiSearchCatalogItems

pageToken?: string

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

CatalogApiSearchCatalogItems