ShipmentStatus
No description
enum ShipmentStatus {
NEW
SCHEDULED
AT_FACILITY
DOOR_ASSIGNED
CHECKED_OUT
DOCKED
LOADING
UNLOADING
LOADED
UNLOADED
DEPARTED
}
Values
ShipmentStatus.NEW
ShipmentStatus.SCHEDULED
ShipmentStatus.AT_FACILITY
ShipmentStatus.DOOR_ASSIGNED
ShipmentStatus.CHECKED_OUT
ShipmentStatus.DOCKED
ShipmentStatus.LOADING
ShipmentStatus.UNLOADING
ShipmentStatus.LOADED
ShipmentStatus.UNLOADED
ShipmentStatus.DEPARTED
Member Of
Shipment object ● ShipmentStatusEvent object