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

    The A+ Content document. This is the enhanced content that is published to product detail pages.

    interface ContentDocument {
        contentModuleList: ContentModule[];
        contentSubType?: string;
        contentType: ContentType;
        locale: string;
        name: string;
    }
    Index

    Properties

    contentModuleList: ContentModule[]

    A list of A+ Content modules.

    contentSubType?: string

    The A+ Content document subtype. This represents a special-purpose type of an A+ Content document. Not every A+ Content document type has a subtype, and subtypes can change at any time.

    contentType: ContentType
    locale: string

    The IETF language tag, which supports the primary language subtag and one secondary language subtag. The secondary language subtag is usually a regional designation. This doesn't support subtags other than the primary and secondary subtags. Pattern: ^[a-z]{2,}-[A-Z0-9]{2,}$

    name: string

    The A+ Content document name.