Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 17, 2022 20:30
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 bjoerntx/d503848927197019323db8dd39448a73 to your computer and use it in GitHub Desktop.
Save bjoerntx/d503848927197019323db8dd39448a73 to your computer and use it in GitHub Desktop.
[
{
"order_id": 123,
"products": [
{
"name": "Product A",
"price": 123.12,
"available": false,
"outofstock": [
{
"leadtime": 5
}
]
},
{
"name": "Product B",
"price": 223.00,
"available": false,
"outofstock": [
{
"leadtime": 10
}
]
},
{
"name": "Product C",
"price": 555.00,
"available": true,
"outofstock": [
{
"leadtime": 7
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment