Tags: Auto-Tag, Cancel, Orders
This task watches for order cancellations, and adds or removes tags according to your preference. Run this task manually to update tags for existing cancelled orders.
- View in the task library: tasks.mechanic.dev/auto-tag-cancelled-orders
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tags_to_add__array": [
"cancelled"
],
"tags_to_remove__array": null
}Learn about task options in Mechanic
shopify/orders/updated
mechanic/user/triggerLearn about event subscriptions in Mechanic
This task watches for order cancellations, and adds or removes tags according to your preference. Run this task manually to update tags for existing cancelled orders.
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!