Product Action: Add tags to product

The Add Tags to Product action in Arigato allows merchants to add tags to their products in Shopify.

Configuring the Action

Field Name Description Example
Add Tags Enter the tags to add to the product. Add one or more tags in comma-separated list. New, Sale, Bestseller

Advanced Usage

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

"New, Sale, " {{ product.vendor | downcase }}

This will add 'New', 'Sale', and the product's vendor name in lowercase as tags to your product. 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 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 tagging requirements. For information on using Twig within custom actions, see the documentation.