Tags: Bundle, Orders
Use this task to automatically detect and tag orders that contain a complete bundle of products. Configure this task with as many bundles as you like, specifying a tag to add and a list of required SKUs.
- View in the task library: tasks.mechanic.dev/auto-tag-orders-that-contain-bundles
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tags_and_required_skus__keyval_required": {
"Summer bundle": "SUN01,SUN02,SUN03",
"Winter bundle": "SNOW01,SNOW02,SNOW03"
}
}
Learn about task options in Mechanic
shopify/orders/create
Learn about event subscriptions in Mechanic
Use this task to automatically detect and tag orders that contain a complete bundle of products. Configure this task with as many bundles as you like, specifying a tag to add and a list of required SKUs.
Fill in "Tags and required SKUs" option with tags on the left, and a comma-delimited lists of SKUs on the right.
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!