Skip to main content

NegativeVolumesError

Indicates that a negative volume value was encountered in the items data.

typeTyperequired
Constant value: negative_volumes
Default value: negative_volumes
itemsWithNegativeVolumestring[]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"
]
}