Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created January 21, 2020 01:58
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 dcomartin/e2773f7d6a5eab30bfeb384a5ae89f34 to your computer and use it in GitHub Desktop.
Save dcomartin/e2773f7d6a5eab30bfeb384a5ae89f34 to your computer and use it in GitHub Desktop.
{
"Type": "InventoryAdjusted",
"Version": "2.0.0",
"Event": {
"SKU": "ABC-123",
"Adjustments": [
{
"Quantity": 10,
"ReasonCode": "Damage"
},
{
"Quantity": 5,
"ReasonCode": "Lost"
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment