Sales rank of an Amazon catalog item.

Export

ItemSalesRank

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

Properties

Properties

link?: string

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

Memberof

ItemSalesRank

rank: number

Sales rank value.

Memberof

ItemSalesRank

title: string

Title, or name, of the sales rank.

Memberof

ItemSalesRank