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
  • delivered: Shipment has been delivered at final destination
  • in_receiving: Shipment is being received and items are being processed
  • closed: Shipment has been fully processed and closed
  • canceled: Shipment has been canceled and will not be delivered
enum SupplyShipmentStatusEnum {
CANCELED
CLOSED
DELIVERED
IN_RECEIVING
IN_TRANSIT
PENDING
}

Values

SupplyShipmentStatusEnum.CANCELED

Canceled

SupplyShipmentStatusEnum.CLOSED

Closed

SupplyShipmentStatusEnum.DELIVERED

Delivered

SupplyShipmentStatusEnum.IN_RECEIVING

In Receiving

SupplyShipmentStatusEnum.IN_TRANSIT

In Transit

SupplyShipmentStatusEnum.PENDING

Pending

Member Of

InventoryIncoming object ● SupplyShipment object ● SupplyShipmentFilterInput input ● SupplyShipmentStatus object