MissingColumnCustomerError
Some of the items submitted are missing a column that must be populated by the buyer.
typeTyperequired
Constant value:
missing_column_errorDefault value:
missing_column_errormissingColumnNameMissingcolumnnamerequired
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"
]
}