Tags: Customers, Order Note
Use this task to identify orders that are for customers who have previously ordered from your store. Optionally, ignore more frequent purchasers, by ignoring customers who've made an order recently. Useful for making sure to include a welcome-back gift in order shipments. :)
- View in the task library: tasks.mechanic.dev/auto-add-an-order-note-for-returning-customers
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"ignore_customers_who_previously_ordered_after_this_date": null,
"ignore_customers_who_previously_ordered_less_than_x_days_ago__number": 60,
"order_note_to_add__required_multiline": "Add the prodigal customer insert"
}
Learn about task options in Mechanic
shopify/orders/create
Learn about event subscriptions in Mechanic
Use this task to identify orders that are for customers who have previously ordered from your store. Optionally, ignore more frequent purchasers, by ignoring customers who've made an order recently. Useful for making sure to include a welcome-back gift in order shipments. :)
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!