Skip to content

Instantly share code, notes, and snippets.

@klaemo
Created June 3, 2014 14:01
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 klaemo/b0846852ed5a40874e06 to your computer and use it in GitHub Desktop.
Save klaemo/b0846852ed5a40874e06 to your computer and use it in GitHub Desktop.
transaction
{
"product": "product-id",
"from": "storage",
"to": "sold",
"volume": 10
}
// or
{
"product": "product-id",
"from": "delivery",
"to": "store",
"volume": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment