CoverageStatus
Inventory coverage status for a warehouse relative to unfulfilled order items.
enum CoverageStatus {
full
none
partial
}
Values
CoverageStatus.full
Enough inventory available to cover all remaining items (green)
CoverageStatus.none
No inventory available for remaining items (red)
CoverageStatus.partial
Some inventory available but not enough to cover all remaining items (yellow)
Member Of
WarehouseAvailabilitySummary object