Skip to main content

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_column
Default value: price_column_linked_to_hidden_currency_column
priceColumnNamePricecolumnnamerequired

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"
}