Hello,
When sending a notification as part of a flow. I’d like to be able to identify the quantity of products ordered from the customer from our Shopify store.
Essentially, I’d like to say This customer ordered X units of Y product.
I’m currently able to show a list of all products using:
“Items ordered: {{ event.Items }}”
Is there a way to include unit quantities or specific quantities of a specific product?
Thanks