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

    The preferred location to leave packages at the destination address.

    interface DropOffLocation {
        attributes?: { [key: string]: string };
        type: DropOffLocationTypeEnum;
    }
    Index

    Properties

    Properties

    attributes?: { [key: string]: string }

    Additional information about the drop-off location that can vary depending on the type of drop-off location specified in the type field. If the type is set to FALLBACK_NEIGHBOR_DELIVERY, the attributes object should include the exact keys neighborName and houseNumber to provide the name and house number of the designated neighbor.

    Specifies the preferred location to leave the package at the destination address.