ShipmentStatus
The status of a shipment.
enum ShipmentStatus {
DELIVERED
FAILED
IN_PROGRESS
PENDING
}
Values
ShipmentStatus.DELIVERED
The shipment has been delivered.
ShipmentStatus.FAILED
The shipment has failed.
ShipmentStatus.IN_PROGRESS
The shipment is in progress.
ShipmentStatus.PENDING
The shipment is pending.
Member Of
Shipment
object ● ShipmentFilterInput
input