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 is valid for one hour to download the document. In case of URL expiry, call the API again to get a new url. The URL will have a Content-Type header.