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 %}
User | RANK |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023