Skip to main content

MissingColumnCustomerError

Some of the items submitted are missing a column that must be populated by the buyer.

typeTyperequired
Constant value: missing_column_error
Default value: missing_column_error
missingColumnNameMissingcolumnnamerequired

Column name present in the bid sheet for which at least one item does not provide any value.

affectedItemsstring[]required
MissingColumnCustomerError
{
"type": "missing_column_error",
"missingColumnName": "string",
"affectedItems": [
"string"
]
}