Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    deliveryDocumentList?: DeliveryDocument[]

    A list of delivery documents for a package.

    dropOffLocation?: DropOffLocation