Interface TrackingShipmentInterfaceInternal

Interface version of TrackingShipment

interface TrackingShipmentInterface {
    carrier: CarrierName;
    destination: TrackingAddressAndContactInterface;
    origin: TrackingAddressAndContactInterface;
    ship_time: null | string;
    tracking_number: string;
    unique_tracking_number: null | string;
}

Implemented by

Properties

carrier: CarrierName

The carrier taking the shipment

Where the package is being shipped to

Where the package was shipped from

ship_time: null | string

The time the package was shipped

tracking_number: string

The tracking number of the shipment

unique_tracking_number: null | string

The unique tracking number for the shipment, if available