Tags: Auto-Tag, Orders, Risk
This task applies the tag of your choice to orders, based on the highest risk level for each order. Run this task manually to tag all open orders in your shop, according to their respective risk levels.
- View in the task library: tasks.mechanic.dev/auto-tag-orders-by-their-risk-level
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"risk_levels_and_tags__keyval_required": {
"Low": "low-risk",
"Medium": "medium-risk",
"High": "high-risk"
}
}
Learn about task options in Mechanic
shopify/orders/updated
mechanic/user/trigger
mechanic/shopify/bulk_operation
Learn about event subscriptions in Mechanic
This task applies the tag of your choice to orders, based on the highest risk level for each order. Run this task manually to tag all open orders in your shop, according to their respective risk levels.
Valid risk levels: LOW, MEDIUM, HIGH.
Feel free to remove a tag from this task's options, if you don't need it. :)
Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!