Order Actions: Add and remove tags from order
The Add and remove tags from an order action in Arigato allows merchants to simultaneously add new tags to and remove existing tags from their orders in Shopify. This is useful for dynamically managing order tags based on specific criteria or changes in order data.
Configuring the Action
Field Name | Description | Example |
---|---|---|
Add Tags | Enter the tags to add to the order. This should be a single tag or a comma-separated list of tags. | VIP, Big Order |
Remove Tags | Enter the tags to be removed from the order. This should be a single tag or a comma-separated list of tags. | Out-of-Stock |
Advanced Usage
Leverage Twig code for dynamic tag management. Below is an example that adds a 'Big Order' tag if the order's total is above a certain threshold:
Add Tags:
{% if total_price > 2000.00 %} Big Order {% endif %}
Credit Cost
The Add and Remove Tags from a Product action uses one Action Credit on Lite plans and is unlimited on Unlimited plans.