Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ServiceUploadDocument

    Input for to be uploaded document.

    interface ServiceUploadDocument {
        contentLength: number;
        contentMD5?: string;
        contentType: ServiceUploadDocumentContentTypeEnum;
    }
    Index
    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