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

    Input for to be uploaded document.

    interface ServiceUploadDocument {
        contentLength: number;
        contentMD5?: string;
        contentType: ServiceUploadDocumentContentTypeEnum;
    }
    Index

    Properties

    contentLength: number

    The content length of the to-be-uploaded file

    contentMD5?: string

    An MD5 hash of the content to be submitted to the upload destination. This value is used to determine if the data has been corrupted or tampered with during transit.

    The content type of the to-be-uploaded file