Classifications (browse nodes) associated with the item in the Amazon catalog for the indicated Amazon marketplace.

ItemBrowseClassificationsByMarketplace

interface ItemBrowseClassificationsByMarketplace {
    classifications?: ItemBrowseClassification[];
    marketplaceId: string;
}

Properties

classifications?: ItemBrowseClassification[]

Classifications (browse nodes) associated with the item in the Amazon catalog for the indicated Amazon marketplace.

ItemBrowseClassificationsByMarketplace

marketplaceId: string

Amazon marketplace identifier.

ItemBrowseClassificationsByMarketplace