Tags: Customers, Order Note, Orders
This task monitors newly-created orders, and appends an order note if the customer has a certain tag. Useful for identifying orders for a particular customer group, and adding fulfillment notes as appropriate.
- View in the task library: tasks.mechanic.dev/auto-add-an-order-note-for-customers-having-a-certain-tag
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"order_note_to_add__required_multiline": "",
"required_customer_tag__required": ""
}
Learn about task options in Mechanic
shopify/orders/create
Learn about event subscriptions in Mechanic
This task monitors newly-created orders, and appends an order note if the customer has a certain tag. Useful for identifying orders for a particular customer group, and adding fulfillment notes as appropriate.
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!