Skip to content

Instantly share code, notes, and snippets.

@klaemo
Created June 3, 2014 14:01
Show Gist options
  • Select an option

  • Save klaemo/b0846852ed5a40874e06 to your computer and use it in GitHub Desktop.

Select an option

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