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

    Contains all delivery instructions that the customer provides for the shipping address.

    interface DeliveryPreference {
        addressInstruction?: string;
        deliveryCapabilities?: string[];
        deliveryTime?: PreferredDeliveryTime;
        dropOffLocation?: string;
    }
    Index

    Properties

    addressInstruction?: string

    Building instructions, nearby landmark, or navigation instructions.

    deliveryCapabilities?: string[]

    A list of miscellaneous delivery capabilities associated with the shipping address.

    deliveryTime?: PreferredDeliveryTime
    dropOffLocation?: string

    The drop-off location selected by the customer.