Sales rank of an Amazon catalog item by website display group.

Export

ItemDisplayGroupSalesRank

interface ItemDisplayGroupSalesRank {
    link?: string;
    rank: number;
    title: string;
    websiteDisplayGroup: string;
}

Properties

link?: string

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

Memberof

ItemDisplayGroupSalesRank

rank: number

Sales rank value.

Memberof

ItemDisplayGroupSalesRank

title: string

Title, or name, of the sales rank.

Memberof

ItemDisplayGroupSalesRank

websiteDisplayGroup: string

Name of the website display group associated with the sales rank

Memberof

ItemDisplayGroupSalesRank