[ { "label": "Tag orders that used a specific shipping method", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [ { "field": "order.shipping_lines.title", "settings": { "multiple": "any", "operator": "equals", "value": "[add shipping method]", "long_value": "First Class Package", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "order_add_tags", "settings": { "token_object_type": "order", "tags": "[tag to add]", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "" }, "weight": 999, "target_key": "order" } ] } }, "shared_workflow_id": 1112 }, "description": "This automation is fired every time an order is raised and tags the order if it's using a pre-defined shipping method. This is very helpful to merchants in filtering for orders that use the specified shipping method without having to manually check from individual orders. " } ]