Tags: Auto-Tag, Orders
Some apps are responsible for placing orders. Use this task to tag orders, both incoming and historical, based on which app was responsible for placing them.
- View in the task library: tasks.mechanic.dev/auto-tag-orders-by-app
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"app_titles_and_order_tags__keyval_required": {
"SomeApp": "some_app"
},
"test_mode__boolean": null
}
Learn about task options in Mechanic
shopify/orders/create
mechanic/user/trigger
mechanic/shopify/bulk_operation
Learn about event subscriptions in Mechanic
Some apps are responsible for placing orders. Use this task to tag orders, both incoming and historical, based on which app was responsible for placing them.
This task scans your incoming orders, tagging them based on the Shopify app responsible for placing each one. Run this task manually to scan and tag your existing orders.
Configure this task with app titles on the left, and order tags to add on the right.
Use the "Test mode" option to see what the task intends to do, without actually having the task actually make any changes to your customers.
Please note: this task works by app, and as such does not apply to orders that are created by a sales channel. It's sometimes difficult to distinguish whether a third-party is using an app or a sales channel; if you're having trouble with this task, try its companion, Auto-tag orders by sales channel.
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!