Skip to content

Instantly share code, notes, and snippets.

@snikch
Created December 8, 2013 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snikch/7863752 to your computer and use it in GitHub Desktop.
Save snikch/7863752 to your computer and use it in GitHub Desktop.
Apostle.io 'Order' email sample data
{
"customer": {
"name": "Joe Blogs",
"address": "123 Example St,\nFaketown\nNew Zealand"
},
"order": {
"id": "51234",
"date": "25/12/13",
"total": "35",
"tax": "5.60",
"items": [
{
"name": "Widget Frame",
"quantity": 1,
"total": "15"
},
{
"name": "Widget Propellor",
"quantity": 4,
"total": "8"
},
{
"name": "Widget Motor",
"quantity": 3,
"total": "12"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment