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

    Sales rank of an Amazon catalog item.

    interface ItemSalesRank {
        link?: string;
        rank: number;
        title: string;
    }
    Index

    Properties

    Properties

    link?: string

    Corresponding Amazon retail website link, or URL, for the sales rank.

    rank: number

    Sales rank value.

    title: string

    Title, or name, of the sales rank.