Matthew Stuart
Created Feb 21, 2023Incoming Email : Shopify
40
1
Go to admin.shopify.com
2
Click on Settings

3
Click on Notifications

4
Scroll down to "Staff Order Notifications"

5
Click on New order

6
Click on Edit code

7
Paste provided snippet into template editor
Paste the content provided by your CSR into the template after the opening <head> tag. The variables used here must be exactly as shown.
{%- capture rsr_data -%}
{
"seller":"12345",
"email": "{{ email }}",
"invoice":"{{ name }}",
"transaction_date":"{{ created_at }}",
"sku": {{ line_items | map: 'sku' | json }}
}
{%- endcapture %}
<!--#rsr.data:{{ rsr_data }}-->

8
Click on Save

9
Click on Close

10
Click on Settings

11
Click on Notifications

13
Click on Add recipient

14
Paste your unique ingestion destination address into "Email Address"

15
Click on Add an order notification

Well done!
Create how-to guides like this in a snap. Get Tango now.