Add order tags
The Add order tags action adds a tag to the order that triggers the workflow.
Fields
The Add order tags action contains the following fields.
Field | Description |
---|---|
Tags | The tags to add to an order. Tags are case sensitive. To add multiple tags, do one of the following:
|
Triggers
The Add order tags action has a hidden field added to it by the trigger. This field, Order ID (or order.id
), identifies the order to add tags to. The order ID is set by default and can't be changed.
The Add order tags action can be used in workflows that start with the following triggers:
- Fulfillment created
- Fulfillment event created
- Order cancelled
- Order created
- Order fulfilled
- Order paid
- Order risk analyzed
- Order transaction created
- Refund created
- Tender transaction created
Example

In this example workflow, the contest_entry
tag is added to all orders with a total price of 100.00 or more.
API details
To learn more, review the tagsAdd mutation.