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

    The drop-off location 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. This information 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 must include the keys neighborName and houseNumber to provide the name and house number of the designated neighbor. For RECEPTIONIST type, the attributes object may include a recipientName field that contains the name of the person who received or will receive the package.

    The drop-off location type at the destination address.