WorktopEditorPrice
WorktopEditorPriceRule
Returns if the particular operation is worktop operation or not.
Notification level: Not applicable
Key | Value |
---|---|
ID | WorktopEditorPriceRule |
Translation key | Not applicable |
Overload Parameter
The overload is formatted as a JSON object, in which freeTags property gives us the range to determine worktop operations.
Key name | Type | Default value | Description |
---|---|---|---|
freeTags | array | – | Mandatory. Defines the free tags which are related to worktop operations. |
Note:
Overloads will be same as Sample json provided below.
Sample
{
"freeTags": ["cutOutOperation", "cutOperation"]
}
This rule is used to compute if the particular operation is worktop operation or not by comparing the freeTags value.
Trigger Conditions
This rule is triggered for products having the typeID as 557 (Operation).