Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
I have to tag the orders in Shopify Flow that have:
Order: "Product with tag A - Quantity 1" and "Product with tag B - Quantity 2"
Which objets I have to use in the flow?
Can you elaborate more on what you are trying to do? Are you trying to tag an Order based on Product's that have certain tags (Tag A, Tab B)? If it has Tag A, tag it with Product title - Quantity 1?
I will say that tags have a limited # of characters (40 I think) so if you have long titles this won't work
How do I tag the orders in Shopify Flow based in:
- Product Tag
- Quantity
I have clasified my 20 products in 5 types by sizes:
- XS
- S
- M
- L
- XL
This classification is in the tag of the products.
Now, what I need is tag the order based in this Product Tag and the quantity.
Basicly I need this because is the way that I resolved the automate package select.
Example 1:
Order #1:
Product with tag XS - Quantity 1"
Product with tag M - Quantity 2"
Flow taging the order with "box01"
Example 2:
Order #2:
Product with tag XS - Quantity 3"
Product with tag M - Quantity 8"
Flow taging the order with "box03"
Product data is located under order / lineItems / product. That's where you check tags, options, etc. Quantities are on the lineItems (search for quantity in the UI).
It's not quite clear what logic you want beyond checking if something has a tag. For example, an order could have multiple products with that same tag.
Ok, maybe is easy with meta fields.
It there a way to sume the values (#integer) of the metafields of the products.
For Example:
I have 2 product:
Product A - Metafiled "weight = 1lb"
Product B - Metafiled "weight = 2lb"
so...
Order ##:
Product A - Quantity 2
Product B - Quantity 3
Total: Sume Metafiled "weight = 8lb"
I need this sume
This is really a liquid question:
https://shopify.dev/docs/api/liquid/filters/plus
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025