[ { "label": "Tag products by their price points", "trigger_type": [ "product_updated" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "product.variants.price", "settings": { "multiple": "all", "operator": "lte", "value": "10" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "PRICE-LOW" }, "weight": 999, "target_key": null } ] }, { "conditions": [ { "field": "product.variants.price", "settings": { "multiple": "all", "operator": "gt", "value": "10" }, "weight": 999 }, { "field": "product.variants.price", "settings": { "multiple": "all", "operator": "lte", "value": "100" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "PRICE-MID" }, "weight": 999, "target_key": null } ] }, { "conditions": [ { "field": "product.variants.price", "settings": { "multiple": "all", "operator": "gt", "value": "100" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "PRICE-HIGH" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 16 }, "description": "Create groups of products based on your own price rules. Use to show your customers products that match their budget." } ]