SalesRankType

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

Properties

ProductCategoryId: string

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

SalesRankType

Rank: number

The sales rank of the item within the item category.

SalesRankType