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

    The delivery information of the package, this information is only available post package delivery to its intended destination.

    interface DeliveryInformation {
        deliveryDocumentList?: DeliveryDocument[];
        dropOffLocation?: DropOffLocation;
    }
    Index

    Properties

    deliveryDocumentList?: DeliveryDocument[]

    A list of delivery documents for a package.

    dropOffLocation?: DropOffLocation