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

    Classifications (browse nodes) that are associated with the item in the Amazon catalog for the indicated marketplaceId.

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

    Properties

    classifications?: ItemBrowseClassification[]

    Classifications (browse nodes) that are associated with the item in the Amazon catalog.

    marketplaceId: string

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