Export

SalesRankType

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

Properties

ProductCategoryId: string

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

Memberof

SalesRankType

Rank: number

The sales rank of the item within the item category.

Memberof

SalesRankType