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.

Fields used in the Add order tags action.
FieldDescription
TagsThe tags to add to an order. Tags are case sensitive. To add multiple tags, do one of the following:
  • Enter each tag separately by typing the tag, and then pressing the enter key.
  • Enter multiple tags by separating them with commas. Whitespace between commas is removed.

    For example, entering tag1,tag2,tag3 and then pressing the Enter key results in tag1,tag2,tag3 initially displaying in the action. When the action is taken, three separate tags are added: tag1, tag2, and tag3.

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 begin with triggers that contain order data, including:

Example

Example of a workflow that adds a tag when an order is 100 dollars or more

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.

Common issues

Flow says that it added a tag but the tag isn't available in the Admin.

Reason: an app (typically) or Admin user overwrote the tag. This happens because many apps use the same events, such as Order created, as Flow. Flow often finishes first, and then other apps make edits that don't take into account the new tags.

Solution: the best solution would be for the app to have an action in Flow that you could call after Flow runs. If such an action isn't available, then you should contact the app to ask them how to avoid overwriting your tags. If you can't solve the issue with the app, then you can try inserting a "Wait" step in Flow to delay when Flow adds tags.

Ready to start selling with Shopify?Try it free