Skip to main content

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 transit
  • in_transit: Shipment is currently being transported
  • at_destination: Shipment has arrived at the destination facility
  • delivered: Shipment has been received and accepted at final destination
  • canceled: 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