Request parameters for searchCatalogItems operation in CatalogItemsApi.

CatalogItemsApiSearchCatalogItemsRequest

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

Properties

brandNames?: string[]

A comma-delimited list of brand names to limit the search for `keywords`-based queries. Note: Cannot be used with `identifiers`.

CatalogItemsApiSearchCatalogItems

classificationIds?: string[]

A comma-delimited list of classification identifiers to limit the search for `keywords`-based queries. Note: Cannot be used with `identifiers`.

CatalogItemsApiSearchCatalogItems

identifiers?: string[]

A comma-delimited list of product identifiers to search the Amazon catalog for. Note: Cannot be used with `keywords`.

CatalogItemsApiSearchCatalogItems

Type of product identifiers to search the Amazon catalog for. Note: Required when `identifiers` are provided.

CatalogItemsApiSearchCatalogItems

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

CatalogItemsApiSearchCatalogItems

keywords?: string[]

A comma-delimited list of words to search the Amazon catalog for. Note: Cannot be used with `identifiers`.

CatalogItemsApiSearchCatalogItems

keywordsLocale?: string

The language of the keywords provided for `keywords`-based queries. Defaults to the primary locale of the marketplace. Note: Cannot be used with `identifiers`.

CatalogItemsApiSearchCatalogItems

locale?: string

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

CatalogItemsApiSearchCatalogItems

marketplaceIds: string[]

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

CatalogItemsApiSearchCatalogItems

pageSize?: number

Number of results to be returned per page.

CatalogItemsApiSearchCatalogItems

pageToken?: string

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

CatalogItemsApiSearchCatalogItems

sellerId?: string

A selling partner identifier, such as a seller account or vendor code. Note: Required when `identifiersType` is `SKU`.

CatalogItemsApiSearchCatalogItems