Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 22, 2018 03:56
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/5897923a079443c6a05fad71d4100a13 to your computer and use it in GitHub Desktop.
Save johndowns/5897923a079443c6a05fad71d4100a13 to your computer and use it in GitHub Desktop.
{
"id": "ORDyyy",
"type": "order",
"customer": {
"id": "xxx"
},
"items": [
{
"productId": "yyy",
"quantity": -2
},
{
"productId": "zzz",
"quantity": -1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment