Tags: Auto-Tag, Orders, Tag
This task monitors for new and updated orders, adding a tag if a certain other tag is found missing. If and when the order does receive that certain other tag, the task's tag will be removed.
- View in the task library: tasks.mechanic.dev/auto-tag-orders-that-do-not-have-a-certain-tag
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"order_tag_to_watch_for__required": null,
"order_tag_to_add__required": null
}
Learn about task options in Mechanic
shopify/orders/updated
Learn about event subscriptions in Mechanic
This task monitors for new and updated orders, adding a tag if a certain other tag is found missing. If and when the order does receive that certain other tag, the task's tag will be removed.
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!