[ { "label": "If an order is fulfilled by a special fulfillment service, tag the order", "trigger_type": [ "order_fulfilled" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.fulfillments.service", "settings": { "multiple": "any", "operator": "contains", "value": "manual", "long_value": "", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "order_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "Manual Fulfillment " }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 281 }, "description": "This workflow is triggered when an order is fulfilled. It can be used to check for a specific fulfillment service and then add a custom tag to the order." } ]