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.

AsinMetadata

interface AplusContentApiModelAsinMetadata {
    asin: string;
    badgeSet?: (
        | "BRAND_NOT_ELIGIBLE"
        | "CATALOG_NOT_FOUND"
        | "CONTENT_NOT_PUBLISHED"
        | "CONTENT_PUBLISHED"
        | AplusContentApiModelAsinBadge
    )[];
    contentReferenceKeySet?: string[];
    imageUrl?: string;
    parent?: string;
    title?: string;
}

Properties

asin: string

The Amazon Standard Identification Number (ASIN).

AsinMetadata

badgeSet?: (
    | "BRAND_NOT_ELIGIBLE"
    | "CATALOG_NOT_FOUND"
    | "CONTENT_NOT_PUBLISHED"
    | "CONTENT_PUBLISHED"
    | AplusContentApiModelAsinBadge
)[]

The set of ASIN badges.

AsinMetadata

contentReferenceKeySet?: string[]

A set of content reference keys.

AsinMetadata

imageUrl?: string

The default image for the ASIN in the Amazon catalog.

AsinMetadata

parent?: string

The Amazon Standard Identification Number (ASIN).

AsinMetadata

title?: string

The title for the ASIN in the Amazon catalog.

AsinMetadata

MMNEPVFCICPMFPCPTTAAATR