PriceColumnLinkedToHiddenCurrencyColumnError
Indicates that a visible price column is linked to a hidden currency column.
This is not allowed, as the currency of each price column to be filled out by the supplier must be known.
typeTyperequired
Constant value:
price_column_linked_to_hidden_currency_columnDefault value:
price_column_linked_to_hidden_currency_columnpriceColumnNamePricecolumnnamerequired
The name of the visible price column.
currencyColumnNameCurrencycolumnnamerequired
The name of the hidden currency column.
PriceColumnLinkedToHiddenCurrencyColumnError
{
"type": "price_column_linked_to_hidden_currency_column",
"priceColumnName": "string",
"currencyColumnName": "string"
}