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

    Resource to download the requested document.

    interface DocumentDownload {
        downloadType: string;
        expiration?: string;
        uri: string;
    }
    Index

    Properties

    downloadType: string

    The type of download. Possible values: URL.

    expiration?: string

    The URI's expiration time. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ss.sssZ.

    uri: string

    Uniform resource identifier to identify where the document is located.