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

    Interface ServiceDocumentUploadDestination

    Information about an upload destination.

    interface ServiceDocumentUploadDestination {
        encryptionDetails: EncryptionDetails;
        headers?: object;
        uploadDestinationId: string;
        url: string;
    }
    Index

    Properties

    encryptionDetails: EncryptionDetails
    headers?: object

    The headers to include in the upload request.

    uploadDestinationId: string

    The unique identifier to be used by APIs that reference the upload destination.

    url: string

    The URL to which to upload the file.