Skip to content

Instantly share code, notes, and snippets.

@horsdal
Last active February 5, 2021 07:00
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 horsdal/a4e564b139a7c81a66a78240e8790c8a to your computer and use it in GitHub Desktop.
Save horsdal/a4e564b139a7c81a66a78240e8790c8a to your computer and use it in GitHub Desktop.
[
{
"productId": "1",
"productName": "Basic t-shirt",
"productDescription": "a quiet t-shirt",
"price": { "amount" : 40, "currency": "eur" },
"attributes" : [
{
"sizes": [ "s", "m", "l"],
"colors": ["red", "blue", "green"]
}]
},
{
"productId": "2",
"productName": "Fancy shirt",
"productDescription": "a loud t-shirt",
"price": { "amount" : 50, "currency": "eur" },
"attributes" : [
{
"sizes": [ "s", "m", "l", "xl"],
"colors": ["ALL", "Batique"]
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment