Tags: Auto-Tag, Financial Status, Orders
This task watches new and updated orders, and updates their tags according to their financial status.
- View in the task library: tasks.mechanic.dev/auto-tag-orders-by-financial-status
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"financial_statuses_and_tags__required_keyval": {
"pending": "payment-pending",
"authorized": "",
"partially_paid": "",
"paid": "",
"partially_refunded": "",
"refunded": "",
"voided": ""
},
"remove_outdated_financial_status_tags__boolean": true
}
Learn about task options in Mechanic
shopify/orders/updated
Learn about event subscriptions in Mechanic
This task watches new and updated orders, and updates their tags according to their financial status.
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!