NegativeVolumesError
Indicates that a negative volume value was encountered in the items data.
typeTyperequired
Constant value:
negative_volumesDefault value:
negative_volumesitemsWithNegativeVolumestring[]required
The items that have negative volume.
Possible values: >= 1
columnsWithNegativeVolumesstring[]required
The names of the volume columns with negative volumes.
Possible values: >= 1
NegativeVolumesError
{
"type": "negative_volumes",
"itemsWithNegativeVolume": [
"string"
],
"columnsWithNegativeVolumes": [
"string"
]
}