Tags: Customers, Delete, Orders
Useful for stores that are subjected to bot abuse, this task watches for newly-created customers, and deletes any that don't come with an associated order. Optionally, choose to ignore any customers that are created with a certain tag – helpful if you create customers yourself, via the Shopify admin.
- View in the task library: tasks.mechanic.dev/auto-delete-customers-that-are-created-without-orders
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"ignore_customers_having_this_tag": null
}
Learn about task options in Mechanic
shopify/customers/create
Learn about event subscriptions in Mechanic
Useful for stores that are subjected to bot abuse, this task watches for newly-created customers, and deletes any that don't come with an associated order. Optionally, choose to ignore any customers that are created with a certain tag – helpful if you create customers yourself, via the Shopify admin.
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!