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

    Classification (browse node) for an Amazon catalog item.

    interface ItemBrowseClassification {
        classificationId: string;
        displayName: string;
        parent?: ItemBrowseClassification;
    }
    Index

    Properties

    classificationId: string

    Identifier of the classification.

    displayName: string

    Display name for the classification.