The metadata of an A+ Content document.

ContentMetadata

interface AplusContentApiModelContentMetadata {
    badgeSet: (
        | "GENERATED"
        | "BULK"
        | "LAUNCHPAD"
        | "PREMIUM"
        | "STANDARD"
        | AplusContentApiModelContentBadge
    )[];
    marketplaceId: string;
    name: string;
    status: | "DRAFT"
    | AplusContentApiModelContentStatus
    | "APPROVED"
    | "REJECTED"
    | "SUBMITTED";
    updateTime: string;
}

Properties

badgeSet: (
    | "GENERATED"
    | "BULK"
    | "LAUNCHPAD"
    | "PREMIUM"
    | "STANDARD"
    | AplusContentApiModelContentBadge
)[]

The set of content badges.

ContentMetadata

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

ContentMetadata

name: string

The A+ Content document name.

ContentMetadata

status:
    | "DRAFT"
    | AplusContentApiModelContentStatus
    | "APPROVED"
    | "REJECTED"
    | "SUBMITTED"

ContentMetadata

updateTime: string

The approximate age of the A+ Content document and metadata.

ContentMetadata

MMNEPVFCICPMFPCPTTAAATR