Tags: Membership, Orders
Use this task to automatically tag customers as members when they purchase a minimum quantity of products. And, check on those customers on a regular basis to ensure that they maintain their order quantity minimums.
- View in the task library: tasks.mechanic.dev/manage-annual-memberships-based-on-order-minimums
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"minimum_qualifying_order_quantity__number_required": null,
"membership_tag__required": null,
"months_of_order_history_to_consider_for_renewal__number_required": 12,
"minimum_qualifying_order_quantity_for_renewal__number_required": null,
"months_between_renewal_checks__number_required": 12
}
Learn about task options in Mechanic
shopify/orders/paid
user/membership/renewal+{{ options.months_between_renewal_checks__number_required | default: 12 }}.months
Learn about event subscriptions in Mechanic
Use this task to automatically tag customers as members when they purchase a minimum quantity of products. And, check on those customers on a regular basis to ensure that they maintain their order quantity minimums.
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!