Add a tag to an order, product, or customer

If you would like your workflow to add a tag to an order, product, or customer, you can use the following Shopify actions:

  • Order Add Tag: Adds a tag to an order

  • Product Add Tag: Adds a tag to a product

  • Customer Add Tag: Adds a tag to a customer

In the App Configuration section, you will see a Tag field. You can enter any text of the tag that you'd like to add and multiple tags can be separated by commas. With these three actions, MESA will not override any existing tags on the order, product, or customer.

Order Add Tag Action

To locate the Order ID, your workflow will need to contain a Shopify Order Created step before the Shopify Order Add Tag step. You will need to use MESA's Variables feature, the <> icon, which is located to the right of the field. Afterwards, MESA will suggest the variable for Order ID so you will want to select that.

Product Add Tag Action

To locate the Product ID, your workflow will need to contain a Shopify Product Retrieve step or by using an Loop step before the Shopify Product Add Tag step. You will need to use MESA's Variables feature, by clicking the {+} icon, which is located to the right of the field. Afterwards, MESA will suggest the variable for Product ID so you will want to select that.

Customer Add Tag Action

To locate the Customer ID, your workflow will need to contain a Shopify Customer Retrieve step or Shopify Order step before the Shopify Customer Add Tag step. You will need to use MESA's Variables feature, by clicking the {+} icon, which is located to the right of the field. Afterwards, MESA will suggest the variable for Customer ID so you will want to select that.

Last updated