...
priceGridItemOfNonexistentSkuAction
"process" (DEFAULT) - will process it and show an error in the line.
"skip" - will skip it (and keep old values).
"invalidate" - Will invalidate it.
"hard-delete" - Will remove the item from the grid/list.
Option "process" causes the values to be recalculated according to the grid logic. This may mean that if the product had its own calculation logic, a different logic would be used, which may be unintentional. This is due to the fact that deleting the product also deletes the link between product and its product logic.
Type – text
Sample value – skip
Default value – process
priceGridItemPrefix
Sets the Price Grid Items prefix in their name. The default is PGI.
...