[ { "label": "Batch tag all products based on price point", "trigger_type": [ "product_custom" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "product.variants.price", "settings": { "multiple": "any", "operator": "lte", "value": "10", "token_browser": "{{ Browse Tokens }}", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "$" }, "weight": 999, "target_key": "product" } ] }, { "conditions": [ { "field": "product.variants.price", "settings": { "multiple": "any", "operator": "gt", "value": "10", "token_browser": "{{ Browse Tokens }}", "condition_type": "AND" }, "weight": 999 }, { "field": "product.variants.price", "settings": { "multiple": "any", "operator": "lt", "value": "50", "token_browser": "{{ Browse Tokens }}", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "$$" }, "weight": 999, "target_key": "product" } ] }, { "conditions": [ { "field": "product.variants.price", "settings": { "multiple": "any", "operator": "gt", "value": "50", "token_browser": "{{ Browse Tokens }}", "condition_type": "AND" }, "weight": 999 }, { "field": "product.variants.price", "settings": { "multiple": "any", "operator": "lt", "value": "100", "token_browser": "{{ Browse Tokens }}", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "$$$" }, "weight": 999, "target_key": "product" } ] } ], "shared_workflow_id": 2076 }, "description": "This workflow can be triggered on a group of items using the on-demand system. You can use the workflow to assign custom tags based on the price of the products." } ]