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

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

    interface DeliveryPreferences {
        AddressInstructions?: string;
        DropOffLocation?: string;
        OtherAttributes?: OtherDeliveryAttributes[];
        PreferredDeliveryTime?: PreferredDeliveryTime;
    }
    Index

    Properties

    AddressInstructions?: string

    Building instructions, nearby landmark or navigation instructions.

    DropOffLocation?: string

    Drop-off location selected by the customer.

    OtherAttributes?: OtherDeliveryAttributes[]

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

    PreferredDeliveryTime?: PreferredDeliveryTime