Sales rank of an Amazon catalog item by classification.

Export

ItemClassificationSalesRank

interface ItemClassificationSalesRank {
    classificationId: string;
    link?: string;
    rank: number;
    title: string;
}

Properties

classificationId: string

Identifier of the classification associated with the sales rank.

Memberof

ItemClassificationSalesRank

link?: string

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

Memberof

ItemClassificationSalesRank

rank: number

Sales rank value.

Memberof

ItemClassificationSalesRank

title: string

Title, or name, of the sales rank.

Memberof

ItemClassificationSalesRank