Contains all of the delivery instructions provided by the customer for the shipping address.

DeliveryPreferences

interface OrdersApiModelDeliveryPreferences {
    AddressInstructions?: string;
    DropOffLocation?: string;
    OtherAttributes?: (
        | OrdersApiModelOtherDeliveryAttributes
        | "HAS_ACCESS_POINT"
        | "PALLET_ENABLED"
        | "PALLET_DISABLED"
    )[];
    PreferredDeliveryTime?: OrdersApiModelPreferredDeliveryTime;
}

Properties

AddressInstructions?: string

Building instructions, nearby landmark or navigation instructions.

DeliveryPreferences

DropOffLocation?: string

Drop-off location selected by the customer.

DeliveryPreferences

OtherAttributes?: (
    | OrdersApiModelOtherDeliveryAttributes
    | "HAS_ACCESS_POINT"
    | "PALLET_ENABLED"
    | "PALLET_DISABLED"
)[]

Enumerated list of miscellaneous delivery attributes associated with the shipping address.

DeliveryPreferences

PreferredDeliveryTime?: OrdersApiModelPreferredDeliveryTime

DeliveryPreferences

MMNEPVFCICPMFPCPTTAAATR