Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
it is possible through the shopify app flow to tag customers "dynamically" according to the purchases. Example if the customer buys product X, variant Z, will the customer be tagged productx-variantZ?
Yes... but i try to add this code
{% for item in order.line_items %} {% if item.title contains 'Xyz' %} {% assign A= item.variant.options[0] %} {% assign B= item.variant.options[1] %} {% assign C= item.variant.options[2] %} Xyz_{{ A}}_{{ B}}_{{ C}} {% endif %} {% endfor %}
it put this error message
"line_items" is invalid. Replace this variable.
@jazz-jay wrote:Hi,
You can do that with Shopify flow app
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025