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

    Sales rank information for the item, by category

    interface SalesRankType {
        ProductCategoryId: string;
        Rank: number;
    }
    Index

    Properties

    ProductCategoryId: string

    Identifies the item category from which the sales rank is taken.

    Rank: number

    The sales rank of the item within the item category.