Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 14, 2018 11:12
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 johndowns/dfb6f186bcb436bb72141ce9aefcb146 to your computer and use it in GitHub Desktop.
Save johndowns/dfb6f186bcb436bb72141ce9aefcb146 to your computer and use it in GitHub Desktop.
{
"id": "123",
"type": "order",
"customer": {
"id": "111"
},
"items": [
{
"productId": "777",
"quantity": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment