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

DestinationDetails

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

Properties

destinationAddress?: Address

DestinationDetails

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]

DestinationDetails

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.

DestinationDetails

MMNEPVFCICPMFPCPTTAAATR