Tags: Orders, Payment, Tag, Watch
Use this task to quickly designate certain orders to be automatically marked as paid. Runs for orders as they're created and updated, and can also be run manually, to scan all orders in your store at once.
- View in the task library: tasks.mechanic.dev/auto-pay-orders-having-a-certain-tag
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"required_order_tag__required": null,
"test_mode__boolean": true
}
Learn about task options in Mechanic
shopify/orders/create
shopify/orders/updated
mechanic/user/trigger
Learn about event subscriptions in Mechanic
Use this task to quickly designate certain orders to be automatically marked as paid. Runs for orders as they're created and updated, and can also be run manually, to scan all orders in your store at once.
When running manually, use test mode first to ensure that you'll receive the results you expect. :)
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!