Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
It shows me the item names in the order but i also want to to show the quantity also. Please help me.
-- {{draftOrder.billingAddress.company}} has just submitted a new draft order for {{draftOrder.totalPrice}}.
{% for lineItems_item in draftOrder.lineItems %}
{{lineItems_item.name}}
{% endfor %}
Please calculate and add shipping fees to the order and send an invoice to the customer to pay.
View order: https://{{shop.myshopifyDomain}}/admin/draft_orders/{{draftOrder.legacyResourceId}}
The fields all follow the same syntax and are passed through from the API. Docs for line items https://shopify.dev/docs/api/admin-graphql/2023-04/objects/LineItem#field-lineitem-quantity
-- {{draftOrder.billingAddress.company}} has just submitted a new draft order for {{draftOrder.totalPrice}}.
{% for lineItems_item in draftOrder.lineItems %}
{{lineItems_item.name}}
{{lineItems_item.quantity}}
{% endfor %}
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024