Tags: Customers, Tag, Tax
This task monitors customer tags, applying tax-exempt status when a certain tag is detected, and removing it (and the tag) after a certain amount of time. Useful when you need to regularly re-approve customers for tax exemption.
- View in the task library: tasks.mechanic.dev/temporarily-enable-tax-exempt-status-when-a-customer-is-tagged
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tax_exempt_tag__required": "tax-exempt-for-30-days",
"days_before_removing_tax_exempt_status__number_required": 30
}
Learn about task options in Mechanic
shopify/customers/update
user/customers/expire_tax_exempt
Learn about event subscriptions in Mechanic
This task monitors customer tags, applying tax-exempt status when a certain tag is detected, and removing it (and the tag) after a certain amount of time. Useful when you need to regularly re-approve customers for tax exemption.
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!