Tags: Auto-Tag, Orders, Risk
Stay on top of chargebacks and inquiries! Nightly or on-demand, this task will scan the last 60 days of your order records, and apply the tags of your choice to orders with chargeback or inquiry activity, based on what that activity looks like.
- View in the task library: tasks.mechanic.dev/auto-tag-orders-with-chargeback-or-inquiry-activity
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tag_for_any__required": "chargeback-any",
"tag_for_accepted__required": "chargeback-accepted",
"tag_for_charge_refunded__required": "chargeback-refunded",
"tag_for_lost__required": "chargeback-lost",
"tag_for_needs_response__required": "chargeback-needs-response",
"tag_for_under_review__required": "chargeback-under-review",
"tag_for_won__required": "chargeback-won"
}
Learn about task options in Mechanic
mechanic/user/trigger
mechanic/scheduler/daily
Learn about event subscriptions in Mechanic
Stay on top of chargebacks and inquiries! Nightly or on-demand, this task will scan the last 60 days of your order records, and apply the tags of your choice to orders with chargeback or inquiry activity, based on what that activity looks like.
If you would like for the task to scan orders beyond 60 days, you can enable read all orders in your Mechanic settings.
Learn more about chargebacks in the Shopify documentation:
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!