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

    Sales rank of an Amazon catalog item.

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

    Properties

    classificationId: string

    Identifier of the classification that is associated with the sales rank.

    link?: string

    Corresponding Amazon retail website URL for the sales category.

    rank: number

    Sales rank.

    title: string

    Name of the sales rank.