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

    The A+ Content standard comparison product block.

    interface StandardComparisonProductBlock {
        asin?: string;
        highlight?: boolean;
        image?: ImageComponent;
        metrics?: PlainTextItem[];
        position: number;
        title?: string;
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN).

    highlight?: boolean

    When true, indicates that this content block is visually highlighted.

    metrics?: PlainTextItem[]

    Comparison metrics for the product.

    position: number

    The rank or index of this comparison product block within the module. Different blocks cannot occupy the same position within a single module.

    title?: string

    The comparison product title.