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.

Export

AsinMetadata

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

Properties

asin: string

The Amazon Standard Identification Number (ASIN).

Memberof

AsinMetadata

badgeSet?: Set<AsinBadge>

The set of ASIN badges.

Memberof

AsinMetadata

contentReferenceKeySet?: Set<string>

A set of content reference keys.

Memberof

AsinMetadata

imageUrl?: string

The default image for the ASIN in the Amazon catalog.

Memberof

AsinMetadata

parent?: string

The Amazon Standard Identification Number (ASIN).

Memberof

AsinMetadata

title?: string

The title for the ASIN in the Amazon catalog.

Memberof

AsinMetadata