Interface FulfillmentOutboundApiModelDropOffLocation

The preferred location to leave packages at the destination address.

DropOffLocation

interface FulfillmentOutboundApiModelDropOffLocation {
    attributes?: { [key: string]: string };
    type:
        | "FRONT_DOOR"
        | "GARAGE"
        | "RECEPTIONIST"
        | FulfillmentOutboundApiModelDropOffLocationTypeEnum
        | "DELIVERY_BOX"
        | "GAS_METER_BOX"
        | "BICYCLE_BASKET"
        | "FALLBACK_NEIGHBOR_DELIVERY"
        | "DO_NOT_LEAVE_UNATTENDED";
}

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.

DropOffLocation

type:
    | "FRONT_DOOR"
    | "GARAGE"
    | "RECEPTIONIST"
    | FulfillmentOutboundApiModelDropOffLocationTypeEnum
    | "DELIVERY_BOX"
    | "GAS_METER_BOX"
    | "BICYCLE_BASKET"
    | "FALLBACK_NEIGHBOR_DELIVERY"
    | "DO_NOT_LEAVE_UNATTENDED"

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

DropOffLocation

MMNEPVFCICPMFPCPTTAAATR