SupplyShipmentStatusEnum
The current status of a supply shipment in the supply chain workflow.
Shipments progress through various statuses as they move through the supply chain:
pending: Shipment has been created but not yet in transitin_transit: Shipment is currently being transportedat_destination: Shipment has arrived at the destination facilitydelivered: Shipment has been received and accepted at final destinationcanceled: Shipment has been canceled and will not be delivered
enum SupplyShipmentStatusEnum {
AT_DESTINATION
CANCELED
DELIVERED
IN_TRANSIT
PENDING
}
Values
SupplyShipmentStatusEnum.AT_DESTINATION
Shipment has arrived at the destination facility
SupplyShipmentStatusEnum.CANCELED
Shipment has been canceled
SupplyShipmentStatusEnum.DELIVERED
Shipment has been delivered to the final destination
SupplyShipmentStatusEnum.IN_TRANSIT
Shipment is currently in transit
SupplyShipmentStatusEnum.PENDING
Shipment is pending and not yet in transit
Member Of
SupplyShipment object ● SupplyShipmentFilterInput input ● SupplyShipmentStatus object