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

    Description of a classification that can be used to get more fine-grained search results.

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

    Properties

    classificationId: string

    Identifier for the classification that can be used for search refinement purposes.

    displayName: string

    Display name for the classification.

    numberOfResults: number

    The estimated number of results that would still be returned if refinement key applied.