Sales ranks of an Amazon catalog item for the indicated Amazon marketplace.

Export

ItemSalesRanksByMarketplace

interface ItemSalesRanksByMarketplace {
    classificationRanks?: ItemClassificationSalesRank[];
    displayGroupRanks?: ItemDisplayGroupSalesRank[];
    marketplaceId: string;
}

Properties

classificationRanks?: ItemClassificationSalesRank[]

Sales ranks of an Amazon catalog item for an Amazon marketplace by classification.

Memberof

ItemSalesRanksByMarketplace

displayGroupRanks?: ItemDisplayGroupSalesRank[]

Sales ranks of an Amazon catalog item for an Amazon marketplace by website display group.

Memberof

ItemSalesRanksByMarketplace

marketplaceId: string

Amazon marketplace identifier.

Memberof

ItemSalesRanksByMarketplace