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

    The A+ Content ASIN with additional metadata for content management. If you don't include the includedDataSet parameter in a call to the listContentDocumentAsinRelations operation, the related ASINs are returned without metadata.

    interface AsinMetadata {
        asin: string;
        badgeSet?: Set<AsinBadge>;
        contentReferenceKeySet?: Set<string>;
        imageUrl?: string;
        parent?: string;
        title?: string;
    }
    Index

    Properties

    asin: string

    The Amazon Standard Identification Number (ASIN).

    badgeSet?: Set<AsinBadge>

    The set of ASIN badges.

    contentReferenceKeySet?: Set<string>

    A set of content reference keys.

    imageUrl?: string

    The default image for the ASIN in the Amazon catalog.

    parent?: string

    The Amazon Standard Identification Number (ASIN).

    title?: string

    The title for the ASIN in the Amazon catalog.