MissingItemColumnCustomerError
Some of the items submitted are missing the required item column.
typeTyperequired
Constant value:
missing_item_column_errorDefault value:
missing_item_column_erroritemColumnNameItemcolumnnamerequired
affectedIndexesinteger[]required
Indexes of the rows that are missing the item column.
MissingItemColumnCustomerError
{
"type": "missing_item_column_error",
"itemColumnName": "string",
"affectedIndexes": [
0
]
}