ShipmentUpdateStatus
An enum to be assigned to scheduled shipments as they progress through Kargo's status system.
enum ShipmentUpdateStatus {
SCHEDULED
AT_FACILITY
DOOR_ASSIGNED
CHECKED_OUT
}
Values
ShipmentUpdateStatus.SCHEDULED
Appointment has been generated but has not yet arrived.
ShipmentUpdateStatus.AT_FACILITY
Truck driver checks in OR API request is received indicating the trailer has arrived.
ShipmentUpdateStatus.DOOR_ASSIGNED
Dock door assigned.
ShipmentUpdateStatus.CHECKED_OUT
Checked Out.
Member Of
UpdateShipmentInput input