Hi!
I have a question, and I don't know if is easy or a difficult question.
In my orders right now under line_items, I have a property called Monogram
"properties": [ { "name": "Monogram", "value": "CM" }, { "name": "Monogram Foot", "value": "Both Right & Left" } ],
I would like to insert a TAG in each order whenever the property name "Monogram" is used. I would like to do this so that when we go on orders > filter orders within the shopify admin, we are able to locate all orders that have been monogrammed.
Is possible to do in the shopify, or a need to create a PUT to do that?
Solved! Go to the solution
Hi! So I'm not sure what your budget is for this but the simplest thing would be to use an app like https://apps.shopify.com/ordertagger to tag the orders that have that attribute. You could probably write something with the API but an app would be simplest thing.
Arigato can also do this for you, along with a million other things. Just search the workflow library for line items. If you get stuck, feel free to reach out to us using the in-app chat feature. :)
This is an accepted solution.
Yeaaaah!
I used that solution! It is working now.
Here is the process I used:
1) I looked at the order JSON to find the monogram details, as I expected it to be a custom attribute
2) Then I was able to create the Flow using the name or key of the attribute
User | Count |
---|---|
49 | |
27 | |
25 | |
23 | |
23 |