Executes a logic that is assigned to the given product (specified by sku
or typedId
) and calculates the result. The result content is defined partially by the visibility flags that are part of the logic master data.
OK
{- "data": {
- "priority": "high",
- "quantity": 14,
- "map": {
- "key": "value"
}
}
}
{- "response": {
- "node": "string",
- "data": [
- {
- "resultName": "string",
- "resultLabel": "string",
- "result": "string",
- "excludeFromExport": true,
- "warnings": [
- { }
], - "alertMessage": null,
- "alertType": null,
- "displayOptions": 0,
- "formatType": "string",
- "suffix": null,
- "resultType": "string",
- "cssProperties": null,
- "userGroup": null,
- "resultGroup": null,
- "overrideValueOptions": null,
- "overrideAllowEmpty": true,
- "labelTranslations": null,
- "overridable": true,
- "overridden": true,
- "resultDescription": null
}
], - "status": 0
}
}