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

    A delivery document for a package.

    interface DeliveryDocument {
        documentType: string;
        url?: string;
    }
    Index

    Properties

    Properties

    documentType: string

    The delivery document type. The only possible value is DELIVERY_IMAGE.

    url?: string

    A URL that you can use to download the document. This URL has a Content-Type header. Note that the URL expires after one hour. To get a new URL, you must call the API again.