Tags: Auto-Tag, Orders, Staff
Use this task to easily keep track of who's responsible for which orders. Works for draft orders, too!
- View in the task library: tasks.mechanic.dev/auto-tag-new-orders-by-staff-member
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tag_orders__boolean": true,
"tag_draft_orders__boolean": true,
"staff_names_and_tags__keyval_required": {
"Jane Doe": "created-by-jane",
"Zhang Wei": "created-by-zhang"
}
}
Learn about task options in Mechanic
{% if options.tag_orders__boolean %}shopify/orders/create{% endif %}
{% if options.tag_draft_orders__boolean %}shopify/draft_orders/create{% endif %}
Learn about event subscriptions in Mechanic
Use this task to easily keep track of who's responsible for which orders. Works for draft orders, too!
To use this task, fill in the "Staff names and tags" option with staff names on the left, and the tags you'd like to apply on the right. Make sure to use each staff member's exact full name – it's case-sensitive! Tags will be applied as soon as the order or draft order is created.
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!