Tags: Auto-Tag, Customers, Location, Orders
When an order is created, this task adds the location name of the purchase to the customer's tags. Useful for stores with multiple Shopify-powered POS locations.
- View in the task library: tasks.mechanic.dev/auto-tag-customers-with-the-location-of-their-purchase
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tag_for_online_orders": null
}
Learn about task options in Mechanic
shopify/orders/create
mechanic/user/trigger
Learn about event subscriptions in Mechanic
When an order is created, this task adds the location name of the purchase to the customer's tags. Useful for stores with multiple Shopify-powered POS locations.
This task will run for each new order that's created, applying the POS location name as a customer tag. Optionally, define a tag to be used for online orders.
Run this task manually to have Mechanic scan each customer with an order history.
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!