Shipment Status details.

Export

ShipmentStatusDetails

interface ShipmentStatusDetails {
    shipmentStatus?: ShipmentStatusDetailsShipmentStatusEnum;
    shipmentStatusDate?: string;
}

Properties

Current status of the shipment on whether it is picked up or scheduled.

Memberof

ShipmentStatusDetails

shipmentStatusDate?: string

Date and time on last status update received for the shipment

Memberof

ShipmentStatusDetails