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

    Sales ranks of an Amazon catalog item, grouped by marketplaceId.

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

    Properties

    classificationRanks?: ItemClassificationSalesRank[]

    Sales ranks of an Amazon catalog item for a marketplaceId, grouped by classification.

    displayGroupRanks?: ItemDisplayGroupSalesRank[]

    Sales ranks of an Amazon catalog item for a marketplaceId, grouped by website display group.

    marketplaceId: string

    Amazon marketplace identifier. To find the ID for your marketplace, refer to Marketplace IDs.