Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/fulfillment-outbound-api-2026-07-04
OrderDestination
Interface OrderDestination
The destination of the fulfillment order.
interface
OrderDestination
{
deliveryAddress
:
Address
;
deliveryNotes
?:
string
;
dropOffLocation
?:
OrderDropOffLocation
;
}
Index
Properties
delivery
Address
delivery
Notes?
drop
Off
Location?
Properties
delivery
Address
deliveryAddress
:
Address
Optional
delivery
Notes
deliveryNotes
?:
string
Delivery notes for the fulfillment order.
Optional
drop
Off
Location
dropOffLocation
?:
OrderDropOffLocation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delivery
Address
delivery
Notes
drop
Off
Location
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The destination of the fulfillment order.