No content to show
User Activity
For example:Order #1001 was place by customer and contains Product A = $10The admin, edited the order:1. removed Product A2. added Product Aa = $5 and Product Ab = $5The order now shows correctly in admin - total = $10, with Product A ($10) removed. ...
productByHandle is deprecated, use this instead:{
product(handle:"{{handle}}") {
title
}
}
05-20-2022
How would I do that in Shopify Flow? Is there a way to write your own logic in conditions?
Is there a way to trigger an action based on when was the previous order date (not the one that triggered the flow)? I saw order.customer.lastOrder or order.customer.orders - I don't think those can be used in actions because I would need to get some...
Is there a way to trigger an action based on how many items were in the order? I saw order.lineItems - but no size/quantity/totalCount or something similarThanks!