Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created January 21, 2020 01:58
Embed
What would you like to do?
{
"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