Mechanic is a development platform for Shopify. :)
Configure this task with a customer tag, and Mechanic will take care of applying it to your customers as soon as their order payment goes through. Easy as that. :)
Runs when an order is paid. Configuration includes customer tag.
Mechanic is designed to benefit everybody: merchants, customers, developers, agencies, Gurus, everybody.
That’s why we make it easy to configure automation without code, why we make it easy to tweak the underlying code once tasks are installed, and why we publish it all here for everyone to learn from.
{% action "shopify" %} mutation { tagsAdd( id: {{ order.customer.admin_graphql_api_id | json }} tags: {{ options.customer_tag__required | json }} ) { userErrors { field message } } } {% endaction %}