Order Actions: Add tags to order

The Add tags to order action in Arigato allows merchants to add tags to their orders in Shopify.

Configuring the Action

Field Name Description Example
Add Tags Enter the tags to add to the order. Add one or more tags in comma-separated list. VIP, Big Order

Advanced Usage

For more dynamic tagging, use Twig to create conditional tags or append data from the order. For example:

New Customer, {{ order.shipping_address.country_code }}

This will add 'New Customer', and the country code for the shipping address as tags to the order. Check the Token browser for all possible tokens, located in the right corner of the Add Tags field, labeled as { t }

Credit Cost

Adding tags to orders 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 tagging requirements. For information on using Twig within custom actions, see the documentation.