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

    The delivery information for the package. This information is available after the package is delivered.

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

    Properties

    deliveryDocumentList?: DeliveryDocument[]

    A list of delivery documents for a package.

    dropOffLocation?: DropOffLocation