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

    Destination details of an inbound order based on the assigned region and DC for the order.

    interface DestinationDetails {
        destinationAddress?: Address;
        destinationRegion?: string;
        shipmentId?: string;
    }
    Index

    Properties

    destinationAddress?: Address
    destinationRegion?: string

    Assigned region where the order will be shipped. This can differ from what was passed as preference. AWD currently supports following region IDs: [us-west, us-east, us-southcentral, us-southeast]

    shipmentId?: string

    Unique ID of the confirmed shipment being shipped to the assigned destination. This will be available only after an inbound order is confirmed and can be used to track the shipment.