Order Actions: Remove tags from order

The  Remove tags from order action in Arigato allows merchants to remove tags from their orders in Shopify. This can be useful for cleaning up and updating order tags.

Configuring the Action

Field Name Description Example
Remove Tags Enter the tags to remove from the product. This should be a comma-separated list. New Customer

Advanced Usage

To conditionally remove tags from an order based on specific criteria, such as the value of the order, use the following Twig snippet:

{% if order.total_price < 100 %} 
Priority 
{% endif %}

Credit Cost

Removing tags from products uses one Action Credit on Lite plans and is unlimited on Unlimited plans.

Custom Actions

This Action can be implemented within Custom Actions for more complex tag management needs. For information on using Twig within custom actions, see the documentation.