Items in the Amazon catalog and search related metadata.

Export

ItemSearchResults

interface ItemSearchResults {
    items: Item[];
    numberOfResults: number;
    pagination: Pagination;
    refinements: Refinements;
}

Properties

items: Item[]

A list of items from the Amazon catalog.

Memberof

ItemSearchResults

numberOfResults: number

For identifiers-based searches, the total number of Amazon catalog items found. For keywords-based searches, the estimated total number of Amazon catalog items matched by the search query (only results up to the page count limit will be returned per request regardless of the number found). Note: The maximum number of items (ASINs) that can be returned and paged through is 1000.

Memberof

ItemSearchResults

pagination: Pagination

Memberof

ItemSearchResults

refinements: Refinements

Memberof

ItemSearchResults