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

    A classification that you can use to refine your search.

    interface ClassificationRefinement {
        classificationId: string;
        displayName: string;
        numberOfResults: number;
    }
    Index

    Properties

    classificationId: string

    The identifier of the classification that you can use to refine your search.

    displayName: string

    Display name for the classification.

    numberOfResults: number

    The estimated number of results that would be returned if you refine your search by the specified classificationId.