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

    A document, described by its file type and data.

    interface Document {
        content?: string;
        format?: DocumentFormatEnum;
    }
    Index

    Properties

    Properties

    content?: string

    Base 64 encoded file contents.

    The type of the file.