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

    Items in the Amazon catalog and search-related metadata.

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

    Properties

    items: Item[]

    A list of items from the Amazon catalog.

    numberOfResults: number

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

    pagination?: Pagination
    refinements?: Refinements