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

    A content document with additional information for content management.

    interface ContentRecord {
        contentDocument?: ContentDocument;
        contentMetadata?: ContentMetadata;
        contentReferenceKey: string;
    }
    Index

    Properties

    contentDocument?: ContentDocument
    contentMetadata?: ContentMetadata
    contentReferenceKey: string

    A unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ content identifier.