Skip to content

Instantly share code, notes, and snippets.

@jcricaro
Created October 12, 2016 03:46
Show Gist options
  • Save jcricaro/03ff103f007f4122889aef0ddb4561d2 to your computer and use it in GitHub Desktop.
Save jcricaro/03ff103f007f4122889aef0ddb4561d2 to your computer and use it in GitHub Desktop.
{
"attributes" : [
{
"name" : "color",
"values" : [
"white",
"black"
]
},
{
"name" : "material",
"values" : [
"leather",
"cement"
]
}
],
"quantities" : [
{
"attributes" : {
"color" : "black",
"material" : "cement"
},
"sku" : 10
},
{
"attributes": {
"color" : "white",
"material" : "cement"
},
"sku" : 20
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment