Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The destination of the fulfillment order.

    interface OrderDestination {
        deliveryAddress: Address;
        deliveryNotes?: string;
        dropOffLocation?: OrderDropOffLocation;
    }
    Index
    deliveryAddress: Address
    deliveryNotes?: string

    Delivery notes for the fulfillment order.

    dropOffLocation?: OrderDropOffLocation