Adding tags to ordered items

Topic summary

A user wants to automatically add an “ordered” tag to items when they are purchased and asks if Shopify Flow can accomplish this.

Two detailed solutions were provided:

Basic approach:

  • Create a workflow with “Order created” as the trigger
  • Add an action to “Add order tags”
  • Enter “ordered” as the tag name
  • This tags every new order automatically

Conditional approach (with screenshots):

  • Use “Order created” trigger
  • Add conditions to filter specific scenarios (e.g., orders containing particular products)
  • Search for variables like “lineitem/product/id” to target specific products
  • Configure the “Add order tags” action with desired tag name
  • Example provided: tagging orders as “Gift Order” when they contain a gift product

Both responses note that conditions can be customized based on specific requirements (product types, order characteristics, etc.). The workflow activates once turned on in the Flow app.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

I want to automatically add the tag “ordered” to ordered items.

Is this possible with the shopify flow app?
If it is possible, please let me know how to do it.
Thanks in advance.

1 Like

Hey @wealthlly
I am sorry if I have not understood your requirement correctly, but I will share what I got from your message, if I have missed something please share the use case you are looking to solve so that I can assist you to the best of my capabilities.

You can create a workflow in Shopify Flow to automatically add the “ordered” tag an order when certain items are added . Here’s a quick guide on how to set it up:

  1. Open the Shopify Flow app from your admin.

  2. Click “Create workflow”.

  3. For the Trigger, select “Order created”.

  4. Add a Condition (e.g., only for certain products or order types).

  5. Add an Action → choose “Add order tags”.

  6. In the tag field, type “ordered”.

Once activated, this workflow will automatically tag every new order with “ordered.”

Looking forward to hearing from you.

Cheers,
Shreya

Hey @wealthlly

You can set a shopify flow where first you can validate the condition and then tag the order. To implement this please follow the steps below:

  1. Select “Order Created” as the trigger. You can even search for it in the search box. Please see the screenshot below:

  1. Now you need to add a condition for which only the flow should execute, for that click on condition button appearing just below the trigger.

A condition drawer would slide, from that click on “Add a variable” button.
A popup will show up asking you to add the variables for condition. Please see the screenshot below:

For example here I am tagging the order that contains a specific product. Please make sure to update the conditions of the flow as per your requirements.

  1. In the search field, search for lineitem/product/id and select the option highlighted in the screenshot below:

  1. Once you select the option, then you will be prompted to select the product as shown in the screenshot below:

  1. Click on “Select product” and from the list of products you can search for the product for which you want to add a flow.

  2. Once the product is selected, you will need to add an action for the flow, through which you can select whatever you want to do when this product is ordered on the store.

  3. Done? Now you just need to turn on the workflow and bingo—you’re good to go! :tada:

For example, in the screenshot below: you can see that I have created a flow for flagging a gift product, and if the order contains the product, then I will tag that order as Gift Order, you can update the tag name as per your requirement.

I hope this helps! :blush:

If my response helped, please consider giving it a like ( :+1: ) and marking it as an accepted solution—it helps other merchants with the same question.

Regards,
Abhishek | Swym

1 Like