Interface VendorShipmentsApiModelShipmentStatusDetails

Shipment Status details.

ShipmentStatusDetails

interface VendorShipmentsApiModelShipmentStatusDetails {
    shipmentStatus?:
        | "Created"
        | "Shipped"
        | "TransportationRequested"
        | "CarrierAssigned"
        | VendorShipmentsApiModelShipmentStatusDetailsShipmentStatusEnum;
    shipmentStatusDate?: string;
}

Properties

shipmentStatus?:
    | "Created"
    | "Shipped"
    | "TransportationRequested"
    | "CarrierAssigned"
    | VendorShipmentsApiModelShipmentStatusDetailsShipmentStatusEnum

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

ShipmentStatusDetails

shipmentStatusDate?: string

Date and time on last status update received for the shipment

ShipmentStatusDetails

MMNEPVFCICPMFPCPTTAAATR