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

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

    interface BrandRefinement {
        brandName: string;
        numberOfResults: number;
    }
    Index

    Properties

    brandName: string

    Brand name. For display and can be used as a search refinement.

    numberOfResults: number

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