Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
In this API: https://biossance-br.myshopify.com/admin/api/2020-01/orders.json?ids=2092402344006, we have the field: note_attributes. How do we bring that value into notification emails?
We tried:
{{ note_attributes }}
{{ order.note_attributes }}
{{ order.note_attributes[0]. value }}
But no value returned.
Can you help us?
Tks
Solved! Go to the solution
This is an accepted solution.
Hey @jeffersoncavalc,
The proper syntax for that should be {{ attributes.attribute_name }}.
So for that order it's {{ attributes.house_number }} and {{ attributes.neighbourhood }}.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hey @jeffersoncavalc,
The proper syntax for that should be {{ attributes.attribute_name }}.
So for that order it's {{ attributes.house_number }} and {{ attributes.neighbourhood }}.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Can you confirm this is still working? We have note_attributes and this code doesn't seem to work on our templates.
Any update here? This doesn't seem to be working for me either