Skip to main content

MissingItemColumnCustomerError

Some of the items submitted are missing the required item column.

typestringrequired
Constant value: missing_item_column_error
Default value: missing_item_column_error
itemColumnNamestringrequired
affectedIndexesinteger[]required

Indexes of the rows that are missing the item column.

MissingItemColumnCustomerError
{
"type": "missing_item_column_error",
"itemColumnName": "string",
"affectedIndexes": [
0
]
}